1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-01-19 14:52:10 +01:00

[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

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