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 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
503void FAST_FUNC convert_slashes(char *p); 503void convert_slashes(char *p) FAST_FUNC;
504size_t remove_cr(char *p, size_t len) FAST_FUNC;
504 505
505int err_win_to_posix(DWORD winerr); 506int err_win_to_posix(DWORD winerr);
506 507