aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/mingw.h2
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)
506void convert_slashes(char *p) FAST_FUNC; 506void convert_slashes(char *p) FAST_FUNC;
507size_t remove_cr(char *p, size_t len) FAST_FUNC; 507size_t remove_cr(char *p, size_t len) FAST_FUNC;
508 508
509int err_win_to_posix(DWORD winerr); 509int err_win_to_posix(void);
510 510
511ULONGLONG CompatGetTickCount64(void); 511ULONGLONG CompatGetTickCount64(void);
512#define GetTickCount64 CompatGetTickCount64 512#define GetTickCount64 CompatGetTickCount64