fix build for MSVC

This commit is contained in:
Yasuhiro Matsumoto
2017-12-13 00:21:30 +09:00
parent e0e23b1765
commit b07269584c
+1
View File
@@ -25,6 +25,7 @@
#include <string.h>
#if defined(_WIN32) || defined(_WIN64)
#include <windows.h>
#include <io.h>
#define NULL_FILE "NUL"
#define UNLINK _unlink
#define GETCWD _getcwd