diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/mingw.h | 3 |
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 | ||
513 | void convert_slashes(char *p) FAST_FUNC; | 513 | void bs_to_slash(char *p) FAST_FUNC; |
514 | void slash_to_bs(char *p) FAST_FUNC; | ||
514 | size_t remove_cr(char *p, size_t len) FAST_FUNC; | 515 | size_t remove_cr(char *p, size_t len) FAST_FUNC; |
515 | 516 | ||
516 | int err_win_to_posix(void); | 517 | int err_win_to_posix(void); |