diff options
Diffstat (limited to 'src/util.c')
-rw-r--r-- | src/util.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -29,7 +29,9 @@ #include <string.h> #ifdef _WIN32 +#ifndef _WIN32_WINNT # define _WIN32_WINNT 0x0600 /* for CreateSymbolicLink */ +#endif # include <windows.h> # include <direct.h> # include <io.h> |