diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/mingw.h | 1 |
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 | ||
| 484 | ssize_t get_random_bytes(void *buf, ssize_t count); | 484 | ssize_t get_random_bytes(void *buf, ssize_t count); |
| 485 | int enumerate_links(const char *file, char *name); | ||
