mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-02-23 22:49:00 +00:00
11 lines
433 B
C
11 lines
433 B
C
#ifndef COSMOPOLITAN_LIBC_NT_ENUM_WT_H_
|
|
#define COSMOPOLITAN_LIBC_NT_ENUM_WT_H_
|
|
|
|
#define kNtWtExecutedefault 0x00000000u
|
|
#define kNtWtExecuteonlyonce 0x00000008u
|
|
#define kNtWtExecuteintimerthread 0x00000020u
|
|
#define kNtWtExecuteinpersistentthread 0x00000080u
|
|
#define kNtWtExecutelongfunction 0x00000010u
|
|
#define kNtWtTransferImpersonation 0x00000100u
|
|
|
|
#endif /* COSMOPOLITAN_LIBC_NT_ENUM_WT_H_ */
|