mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-03-15 05:16:30 +00:00
Fix unicode look-alike in define (#1294)
This commit is contained in:
parent
b55e4d61a9
commit
6397999fca
1 changed files with 1 additions and 1 deletions
|
@ -6,6 +6,6 @@
|
|||
#define kNtWtExecuteintimerthread 0x00000020u
|
||||
#define kNtWtExecuteinpersistentthread 0x00000080u
|
||||
#define kNtWtExecutelongfunction 0x00000010u
|
||||
#define kNtWtTransferImpersonation 0𝔵00000100𝔲
|
||||
#define kNtWtTransferImpersonation 0x00000100u
|
||||
|
||||
#endif /* COSMOPOLITAN_LIBC_NT_ENUM_WT_H_ */
|
||||
|
|
Loading…
Add table
Reference in a new issue