Commit eab2433f6d6bee9b06da6282b57c15e8770a728c

Ryan C. Gordon 2014-12-24T02:12:16

Maybe patched to compile on Windows for real now?

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/test/testautomation_surface.c b/test/testautomation_surface.c
index d04db19..ca41d4a 100644
--- a/test/testautomation_surface.c
+++ b/test/testautomation_surface.c
@@ -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>