Maybe patched to compile on Windows for real now?

This commit is contained in:
Ryan C. Gordon 2014-12-24 02:12:16 -05:00
parent b0ebfabf33
commit eab2433f6d
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
#define _CRT_NONSTDC_NO_DEPRECATE
#include <stdio.h>
#ifndef __WIN32__
#ifndef _MSC_VER
#include <unistd.h>
#endif
#include <sys/stat.h>