diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/mingw.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mingw.h b/include/mingw.h index f99582ca5..188d4eecf 100644 --- a/include/mingw.h +++ b/include/mingw.h | |||
@@ -506,7 +506,7 @@ static inline char *auto_win32_extension(const char *p) | |||
506 | void convert_slashes(char *p) FAST_FUNC; | 506 | void convert_slashes(char *p) FAST_FUNC; |
507 | size_t remove_cr(char *p, size_t len) FAST_FUNC; | 507 | size_t remove_cr(char *p, size_t len) FAST_FUNC; |
508 | 508 | ||
509 | int err_win_to_posix(DWORD winerr); | 509 | int err_win_to_posix(void); |
510 | 510 | ||
511 | ULONGLONG CompatGetTickCount64(void); | 511 | ULONGLONG CompatGetTickCount64(void); |
512 | #define GetTickCount64 CompatGetTickCount64 | 512 | #define GetTickCount64 CompatGetTickCount64 |