diff options
| author | Ellie Hermaszewska <ellieh@nvidia.com> | 2023-08-31 17:41:28 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-31 17:41:28 +0800 |
| commit | 0fee59a7f457d633463eaf7add4cdb9bdda9afff (patch) | |
| tree | 37c4d3dde3d36c247854212a9d3622cdfd4013e0 | |
| parent | 293153eeafbcc82e7e67adcb40ede3c4aac5872b (diff) | |
Remove redundant define form synchapi emulation (#3169)
| -rw-r--r-- | tools/gfx/d3d12/d3d12-posix-synchapi.h | 1 |
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; |
