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 434f3a474..b34d8772c 100644 --- a/include/mingw.h +++ b/include/mingw.h | |||
@@ -555,4 +555,5 @@ char *get_drive_cwd(const char *path, char *buffer, int size); | |||
555 | void fix_path_case(char *path); | 555 | void fix_path_case(char *path); |
556 | void make_sparse(int fd, off_t start, off_t end); | 556 | void make_sparse(int fd, off_t start, off_t end); |
557 | int skip_ansi_emulation(int reset); | 557 | int skip_ansi_emulation(int reset); |
558 | int unix_path(const char *path); | ||
558 | int has_path(const char *file); | 559 | int has_path(const char *file); |