aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/mingw.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mingw.h b/include/mingw.h
index d77a9beb9..8b295814c 100644
--- a/include/mingw.h
+++ b/include/mingw.h
@@ -528,3 +528,4 @@ int root_len(const char *path);
528char *get_system_drive(void); 528char *get_system_drive(void);
529int chdir_system_drive(void); 529int chdir_system_drive(void);
530char *xabsolute_path(char *path); 530char *xabsolute_path(char *path);
531char *get_drive_cwd(const char *path, char *buffer, int size);