summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEllie Hermaszewska <ellieh@nvidia.com>2023-08-31 17:41:28 +0800
committerGitHub <noreply@github.com>2023-08-31 17:41:28 +0800
commit0fee59a7f457d633463eaf7add4cdb9bdda9afff (patch)
tree37c4d3dde3d36c247854212a9d3622cdfd4013e0
parent293153eeafbcc82e7e67adcb40ede3c4aac5872b (diff)
Remove redundant define form synchapi emulation (#3169)
-rw-r--r--tools/gfx/d3d12/d3d12-posix-synchapi.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/gfx/d3d12/d3d12-posix-synchapi.h b/tools/gfx/d3d12/d3d12-posix-synchapi.h
index fb556fb51..ba5a15b0a 100644
--- a/tools/gfx/d3d12/d3d12-posix-synchapi.h
+++ b/tools/gfx/d3d12/d3d12-posix-synchapi.h
@@ -32,7 +32,6 @@
#define WAIT_FAILED 0xffffffff
#define WAIT_OBJECT_0 0
-#define WAIT_TIMEOUT 258
typedef struct _SECURITY_ATTRIBUTES *LPSECURITY_ATTRIBUTES;