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 4077c8d44..4655fe511 100644 --- a/include/mingw.h +++ b/include/mingw.h | |||
@@ -485,6 +485,7 @@ void qsort_string_vector_case(char **sv, unsigned count) FAST_FUNC; | |||
485 | 485 | ||
486 | const char *get_busybox_exec_path(void); | 486 | const char *get_busybox_exec_path(void); |
487 | void init_winsock(void); | 487 | void init_winsock(void); |
488 | void init_codepage(void); | ||
488 | 489 | ||
489 | int has_bat_suffix(const char *p); | 490 | int has_bat_suffix(const char *p); |
490 | int has_exe_suffix(const char *p); | 491 | int has_exe_suffix(const char *p); |