cosmopolitan/libc/nt/enum/progress.h

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_ */