mirror of
https://github.com/reactos/wine.git
synced 2025-02-17 03:18:32 +00:00
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
|