diff options
Diffstat (limited to 'include/mingw.h')
-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 8f7e529ba..09c140d31 100644 --- a/include/mingw.h +++ b/include/mingw.h | |||
@@ -475,6 +475,7 @@ const char *get_busybox_exec_path(void); | |||
475 | void init_winsock(void); | 475 | void init_winsock(void); |
476 | 476 | ||
477 | int has_exe_suffix(const char *p); | 477 | int has_exe_suffix(const char *p); |
478 | int has_bat_suffix(const char *p); | ||
478 | char *file_is_win32_executable(const char *p); | 479 | char *file_is_win32_executable(const char *p); |
479 | 480 | ||
480 | int err_win_to_posix(DWORD winerr); | 481 | int err_win_to_posix(DWORD winerr); |