mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-02-01 03:53:33 +00:00
10 lines
265 B
C
10 lines
265 B
C
|
#ifndef COSMOPOLITAN_LIBC_NT_ENUM_PROGRESS_H_
|
||
|
#define COSMOPOLITAN_LIBC_NT_ENUM_PROGRESS_H_
|
||
|
|
||
|
#define kNtProgressContinue 0
|
||
|
#define kNtProgressCancel 1
|
||
|
#define kNtProgressStop 2
|
||
|
#define kNtProgressQuiet 3
|
||
|
|
||
|
#endif /* COSMOPOLITAN_LIBC_NT_ENUM_PROGRESS_H_ */
|