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 0f403b993..f8e833138 100644 --- a/include/mingw.h +++ b/include/mingw.h | |||
@@ -513,3 +513,4 @@ ULONGLONG CompatGetTickCount64(void); | |||
513 | 513 | ||
514 | ssize_t get_random_bytes(void *buf, ssize_t count); | 514 | ssize_t get_random_bytes(void *buf, ssize_t count); |
515 | int enumerate_links(const char *file, char *name); | 515 | int enumerate_links(const char *file, char *name); |
516 | void hide_console(void); | ||