Patched to compile on Windows.

This commit is contained in:
Ryan C. Gordon 2014-12-24 02:06:38 -05:00
parent 707c11f64f
commit b0ebfabf33

View File

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