diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/mingw.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/mingw.h b/include/mingw.h index 7c9423cad..d77a9beb9 100644 --- a/include/mingw.h +++ b/include/mingw.h | |||
@@ -525,3 +525,6 @@ void hide_console(void); | |||
525 | 525 | ||
526 | int unc_root_len(const char *dir); | 526 | int unc_root_len(const char *dir); |
527 | int root_len(const char *path); | 527 | int root_len(const char *path); |
528 | char *get_system_drive(void); | ||
529 | int chdir_system_drive(void); | ||
530 | char *xabsolute_path(char *path); | ||