diff options
Diffstat (limited to 'include/mingw.h')
-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 5a3c75ff6..c41c0f91e 100644 --- a/include/mingw.h +++ b/include/mingw.h | |||
@@ -631,6 +631,7 @@ MINGW_BB_WCHAR_T *bs_to_slash_u(MINGW_BB_WCHAR_T *p) FAST_FUNC; | |||
631 | 631 | ||
632 | char *bs_to_slash(char *p) FAST_FUNC; | 632 | char *bs_to_slash(char *p) FAST_FUNC; |
633 | void slash_to_bs(char *p) FAST_FUNC; | 633 | void slash_to_bs(char *p) FAST_FUNC; |
634 | void strip_dot_space(char *p) FAST_FUNC; | ||
634 | size_t remove_cr(char *p, size_t len) FAST_FUNC; | 635 | size_t remove_cr(char *p, size_t len) FAST_FUNC; |
635 | 636 | ||
636 | int err_win_to_posix(void); | 637 | int err_win_to_posix(void); |