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 4655fe511..185eb66ed 100644 --- a/include/mingw.h +++ b/include/mingw.h | |||
| @@ -500,7 +500,8 @@ static inline char *auto_win32_extension(const char *p) | |||
| 500 | return s ? auto_string(s) : NULL; | 500 | return s ? auto_string(s) : NULL; |
| 501 | } | 501 | } |
| 502 | 502 | ||
| 503 | void FAST_FUNC convert_slashes(char *p); | 503 | void convert_slashes(char *p) FAST_FUNC; |
| 504 | size_t remove_cr(char *p, size_t len) FAST_FUNC; | ||
| 504 | 505 | ||
| 505 | int err_win_to_posix(DWORD winerr); | 506 | int err_win_to_posix(DWORD winerr); |
| 506 | 507 | ||
