11 lines
153 B
C
11 lines
153 B
C
|
|
||
|
#ifndef __WINE_DPLAYX_MESSAGES
|
||
|
#define __WINE_DPLAYX_MESSAGES
|
||
|
|
||
|
#include "windef.h"
|
||
|
|
||
|
DWORD CreateMessageReceptionThread( HANDLE hNotifyEvent );
|
||
|
|
||
|
|
||
|
#endif
|