mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-01-31 11:37:35 +00:00
10 lines
349 B
C
10 lines
349 B
C
#ifndef COSMOPOLITAN_LIBC_NT_ENUM_CTRLEVENT_H_
|
|
#define COSMOPOLITAN_LIBC_NT_ENUM_CTRLEVENT_H_
|
|
|
|
#define kNtCtrlCEvent 0 /* SIGINT */
|
|
#define kNtCtrlBreakEvent 1 /* SIGQUIT */
|
|
#define kNtCtrlCloseEvent 2 /* SIGHUP */
|
|
#define kNtCtrlLogoffEvent 5 /* SIGTERM */
|
|
#define kNtCtrlShutdownEvent 6
|
|
|
|
#endif /* COSMOPOLITAN_LIBC_NT_ENUM_CTRLEVENT_H_ */
|