Fix mingw windows build.

This commit is contained in:
David Brown 2016-09-04 16:38:17 +01:00
parent a865643d6c
commit 682fa59e42
6 changed files with 21 additions and 20 deletions

View file

@ -19,6 +19,7 @@
#ifdef _WIN32
#define strncasecmp _strnicmp
char* getcwd(char* buf, size_t size);
#else
#include <sys/types.h>
#include <sys/stat.h>