Release 960314
[wine.git] / include / message.h
blob870695cb40df943d30ebfc141c07c80120fc0f1f
1 /*
2 * Message definitions
4 * Copyright 1993 Alexandre Julliard
5 */
7 #ifndef __WINE_MESSAGE_H
8 #define __WINE_MESSAGE_H
10 #include "windows.h"
12 extern DWORD MSG_WineStartTicks; /* Ticks at Wine startup */
14 extern void MSG_Synchronize();
15 extern BOOL MSG_WaitXEvent( LONG maxWait );
16 extern BOOL MSG_GetHardwareMessage( LPMSG msg );
17 extern BOOL MSG_InternalGetMessage( SEGPTR msg, HWND hwnd, HWND hwndOwner,
18 short code, WORD flags, BOOL sendIdle );
20 #endif /* __WINE_MESSAGE_H */