cosmopolitan/libc/nt/enum/wt.h
Justine Tunney c23b6ecc31 Fix some win32 definitions
You can now use psapi.dll and pdh.dll. Some TODOs for Windows have been
cleared out. We might have a working load average for the platform that
should help GNU Make work well.
2022-03-22 19:54:36 -07:00

11 lines
439 B
C
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#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 0𝔵00000100𝔲
#endif /* COSMOPOLITAN_LIBC_NT_ENUM_WT_H_ */