diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/mingw.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/mingw.h b/include/mingw.h index 36c2f6805..7c9423cad 100644 --- a/include/mingw.h +++ b/include/mingw.h | |||
@@ -522,3 +522,6 @@ ULONGLONG CompatGetTickCount64(void); | |||
522 | ssize_t get_random_bytes(void *buf, ssize_t count); | 522 | ssize_t get_random_bytes(void *buf, ssize_t count); |
523 | int enumerate_links(const char *file, char *name); | 523 | int enumerate_links(const char *file, char *name); |
524 | void hide_console(void); | 524 | void hide_console(void); |
525 | |||
526 | int unc_root_len(const char *dir); | ||
527 | int root_len(const char *path); | ||