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 bab5629666
commit b5b91f4e11

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>