mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-01-31 19:43:32 +00:00
8 lines
203 B
C
8 lines
203 B
C
|
#ifndef COSMOPOLITAN_LIBC_NT_ENUM_WAIT_H_
|
||
|
#define COSMOPOLITAN_LIBC_NT_ENUM_WAIT_H_
|
||
|
|
||
|
#define kNtWaitFailed 0xffffffffu
|
||
|
#define kNtWaitTimeout 0x00000102u
|
||
|
|
||
|
#endif /* COSMOPOLITAN_LIBC_NT_ENUM_WAIT_H_ */
|