Commit 33c5974f authored by Eric Pouech's avatar Eric Pouech Committed by Alexandre Julliard

Added some missing manifest constants for Queue Status functions (QS_????).

parent 8dde5a4f
......@@ -2653,7 +2653,10 @@ typedef struct
#define QS_TIMER 0x0010
#define QS_PAINT 0x0020
#define QS_SENDMESSAGE 0x0040
#define QS_ALLINPUT 0x007f
#define QS_HOTKEY 0x0080
#define QS_INPUT (QS_MOUSE | QS_KEY)
#define QS_ALLEVENTS (QS_INPUT | QS_POSTMESSAGE | QS_TIMER | QS_PAINT | QS_HOTKEY)
#define QS_ALLINPUT (QS_ALLEVENTS | QS_SENDMESSAGE)
#define DDL_READWRITE 0x0000
#define DDL_READONLY 0x0001
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment