diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/mingw.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mingw.h b/include/mingw.h index bfd6128e1..0357e4521 100644 --- a/include/mingw.h +++ b/include/mingw.h | |||
@@ -575,7 +575,7 @@ int unc_root_len(const char *dir); | |||
575 | int root_len(const char *path); | 575 | int root_len(const char *path); |
576 | const char *get_system_drive(void); | 576 | const char *get_system_drive(void); |
577 | const char *need_system_drive(const char *path); | 577 | const char *need_system_drive(const char *path); |
578 | char *alloc_system_drive(const char *path); | 578 | char *alloc_ext_space(const char *path); |
579 | int chdir_system_drive(void); | 579 | int chdir_system_drive(void); |
580 | char *xabsolute_path(char *path); | 580 | char *xabsolute_path(char *path); |
581 | char *get_drive_cwd(const char *path, char *buffer, int size); | 581 | char *get_drive_cwd(const char *path, char *buffer, int size); |