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 3ab49a920..a5a84cff2 100644 --- a/include/mingw.h +++ b/include/mingw.h | |||
@@ -533,3 +533,4 @@ int chdir_system_drive(void); | |||
533 | char *xabsolute_path(char *path); | 533 | char *xabsolute_path(char *path); |
534 | char *get_drive_cwd(const char *path, char *buffer, int size); | 534 | char *get_drive_cwd(const char *path, char *buffer, int size); |
535 | void fix_path_case(char *path); | 535 | void fix_path_case(char *path); |
536 | void seek_sparse(int fd, size_t size); | ||