Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/doitsujin/dxvk.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Ashton <joshua@froggi.es>2023-08-23 16:59:49 +0300
committerPhilip Rebohle <25567304+doitsujin@users.noreply.github.com>2023-08-23 17:50:52 +0300
commit138f727fbb0473223e696f737e451d930ba6aaff (patch)
tree53299679b6028606c7d4f3e9c71bcd99372d0e65
parentc2cd129b89670c185f53dbb1cec319bc1ff07efe (diff)
[native] Add WAIT_* defines
-rw-r--r--include/native/windows/windows_base.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/native/windows/windows_base.h b/include/native/windows/windows_base.h
index 25411050..0f6e0c39 100644
--- a/include/native/windows/windows_base.h
+++ b/include/native/windows/windows_base.h
@@ -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