aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/mingw.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/mingw.h b/include/mingw.h
index 7aa2d5cc9..36c2f6805 100644
--- a/include/mingw.h
+++ b/include/mingw.h
@@ -510,7 +510,8 @@ static inline char *auto_win32_extension(const char *p)
510 return s ? auto_string(s) : NULL; 510 return s ? auto_string(s) : NULL;
511} 511}
512 512
513void convert_slashes(char *p) FAST_FUNC; 513void bs_to_slash(char *p) FAST_FUNC;
514void slash_to_bs(char *p) FAST_FUNC;
514size_t remove_cr(char *p, size_t len) FAST_FUNC; 515size_t remove_cr(char *p, size_t len) FAST_FUNC;
515 516
516int err_win_to_posix(void); 517int err_win_to_posix(void);