diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/mingw.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mingw.h b/include/mingw.h index 3ee1cc46f..301b99229 100644 --- a/include/mingw.h +++ b/include/mingw.h | |||
| @@ -670,3 +670,4 @@ enum { | |||
| 670 | int elevation_state(void); | 670 | int elevation_state(void); |
| 671 | void set_interp(int i) FAST_FUNC; | 671 | void set_interp(int i) FAST_FUNC; |
| 672 | int mingw_shell_execute(SHELLEXECUTEINFO *info); | 672 | int mingw_shell_execute(SHELLEXECUTEINFO *info); |
| 673 | void mingw_die_if_error(NTSTATUS status, const char *function_name); | ||
