projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Fixed some issues found by winapi_check.
[wine]
/
dlls
/
dplayx
/
dplayx_messages.h
1
2
#ifndef __WINE_DPLAYX_MESSAGES
3
#define __WINE_DPLAYX_MESSAGES
4
5
#include "windef.h"
6
7
DWORD CreateMessageReceptionThread( HANDLE hNotifyEvent );
8
9
10
#endif