diff options
Diffstat (limited to 'include/mingw.h')
-rw-r--r-- | include/mingw.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/mingw.h b/include/mingw.h index 3ee1cc46f..276e40659 100644 --- a/include/mingw.h +++ b/include/mingw.h | |||
@@ -259,6 +259,7 @@ int ffs(int i); | |||
259 | */ | 259 | */ |
260 | 260 | ||
261 | #define TIOCGWINSZ 0x5413 | 261 | #define TIOCGWINSZ 0x5413 |
262 | #define TIOCSWINSZ 0x5414 | ||
262 | 263 | ||
263 | int ioctl(int fd, int code, ...); | 264 | int ioctl(int fd, int code, ...); |
264 | 265 | ||
@@ -670,3 +671,4 @@ enum { | |||
670 | int elevation_state(void); | 671 | int elevation_state(void); |
671 | void set_interp(int i) FAST_FUNC; | 672 | void set_interp(int i) FAST_FUNC; |
672 | int mingw_shell_execute(SHELLEXECUTEINFO *info); | 673 | int mingw_shell_execute(SHELLEXECUTEINFO *info); |
674 | void mingw_die_if_error(NTSTATUS status, const char *function_name); | ||