aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/mingw.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mingw.h b/include/mingw.h
index cef53a7c9..b712e4ec0 100644
--- a/include/mingw.h
+++ b/include/mingw.h
@@ -482,3 +482,4 @@ ULONGLONG CompatGetTickCount64(void);
482#define GetTickCount64 CompatGetTickCount64 482#define GetTickCount64 CompatGetTickCount64
483 483
484ssize_t get_random_bytes(void *buf, ssize_t count); 484ssize_t get_random_bytes(void *buf, ssize_t count);
485int enumerate_links(const char *file, char *name);