diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/mingw.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/mingw.h b/include/mingw.h index 09c140d31..c116e551a 100644 --- a/include/mingw.h +++ b/include/mingw.h | |||
@@ -476,7 +476,8 @@ 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 | int has_bat_suffix(const char *p); |
479 | char *file_is_win32_executable(const char *p); | 479 | char *add_win32_extension(const char *p); |
480 | int has_exec_format(const char *name); | ||
480 | 481 | ||
481 | int err_win_to_posix(DWORD winerr); | 482 | int err_win_to_posix(DWORD winerr); |
482 | 483 | ||