diff options
Diffstat (limited to 'include/mingw.h')
-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 9bc5eb018..52759b7b1 100644 --- a/include/mingw.h +++ b/include/mingw.h | |||
@@ -520,3 +520,4 @@ ULONGLONG CompatGetTickCount64(void); | |||
520 | ssize_t get_random_bytes(void *buf, ssize_t count); | 520 | ssize_t get_random_bytes(void *buf, ssize_t count); |
521 | int enumerate_links(const char *file, char *name); | 521 | int enumerate_links(const char *file, char *name); |
522 | void hide_console(void); | 522 | void hide_console(void); |
523 | int is_admin(void); | ||