diff options
Diffstat (limited to 'include/mingw.h')
-rw-r--r-- | include/mingw.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/mingw.h b/include/mingw.h index b0e1fa53c..c662f4baf 100644 --- a/include/mingw.h +++ b/include/mingw.h | |||
@@ -478,7 +478,6 @@ int has_bat_suffix(const char *p); | |||
478 | int has_exe_suffix(const char *p); | 478 | int has_exe_suffix(const char *p); |
479 | int has_exe_suffix_or_dot(const char *name); | 479 | int has_exe_suffix_or_dot(const char *name); |
480 | char *add_win32_extension(const char *p); | 480 | char *add_win32_extension(const char *p); |
481 | int has_exec_format(const char *name); | ||
482 | 481 | ||
483 | int err_win_to_posix(DWORD winerr); | 482 | int err_win_to_posix(DWORD winerr); |
484 | 483 | ||