diff options
-rw-r--r-- | win/inspircd_win32wrapper.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/win/inspircd_win32wrapper.h b/win/inspircd_win32wrapper.h index 6a3b7a36b..c3e76752e 100644 --- a/win/inspircd_win32wrapper.h +++ b/win/inspircd_win32wrapper.h @@ -30,6 +30,9 @@ /* Not defined in windows */ #define SIGHUP 1 +/* Not defined in windows, parameter to shutdown() */ +#define SHUT_WR 2 + /* They just have to be *different*, don't they. */ #define PATH_MAX MAX_PATH |