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 e49483307..7e6109f2e 100644 --- a/include/mingw.h +++ b/include/mingw.h | |||
@@ -559,7 +559,9 @@ void init_codepage(void); | |||
559 | int has_bat_suffix(const char *p); | 559 | int has_bat_suffix(const char *p); |
560 | int has_exe_suffix(const char *p); | 560 | int has_exe_suffix(const char *p); |
561 | int has_exe_suffix_or_dot(const char *name); | 561 | int has_exe_suffix_or_dot(const char *name); |
562 | char *alloc_ext_space(const char *path); | ||
562 | int add_win32_extension(char *p); | 563 | int add_win32_extension(char *p); |
564 | char *file_is_win32_exe(const char *name); | ||
563 | 565 | ||
564 | char *bs_to_slash(char *p) FAST_FUNC; | 566 | char *bs_to_slash(char *p) FAST_FUNC; |
565 | void slash_to_bs(char *p) FAST_FUNC; | 567 | void slash_to_bs(char *p) FAST_FUNC; |
@@ -578,7 +580,6 @@ int unc_root_len(const char *dir); | |||
578 | int root_len(const char *path); | 580 | int root_len(const char *path); |
579 | const char *get_system_drive(void); | 581 | const char *get_system_drive(void); |
580 | const char *need_system_drive(const char *path); | 582 | const char *need_system_drive(const char *path); |
581 | char *alloc_ext_space(const char *path); | ||
582 | int chdir_system_drive(void); | 583 | int chdir_system_drive(void); |
583 | char *xabsolute_path(char *path); | 584 | char *xabsolute_path(char *path); |
584 | char *get_drive_cwd(const char *path, char *buffer, int size); | 585 | char *get_drive_cwd(const char *path, char *buffer, int size); |