mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-01-31 03:27:39 +00:00
9 lines
208 B
C
9 lines
208 B
C
|
#ifndef COSMOPOLITAN_LIBC_NT_ENUM_WA_H_
|
||
|
#define COSMOPOLITAN_LIBC_NT_ENUM_WA_H_
|
||
|
|
||
|
#define kNtWaInactive 0
|
||
|
#define kNtWaActive 1
|
||
|
#define kNtWaClickactive 2
|
||
|
|
||
|
#endif /* COSMOPOLITAN_LIBC_NT_ENUM_WA_H_ */
|