[native] Add WAIT_* defines

This commit is contained in:
Joshua Ashton 2023-08-23 14:59:49 +01:00 committed by Philip Rebohle
parent c2cd129b89
commit 138f727fbb
1 changed files with 5 additions and 0 deletions

View File

@ -211,6 +211,11 @@ typedef struct RGNDATA {
#define TRUE 1
#define FALSE 0
#define WAIT_TIMEOUT 0x00000102
#define WAIT_FAILED 0xffffffff
#define WAIT_OBJECT_0 0
#define WAIT_ABANDONED 0x00000080
#define interface struct
#define MIDL_INTERFACE(x) struct