소스 검색

Maybe patched to compile on Windows for real now?

Ryan C. Gordon 11 년 전
부모
커밋
eab2433f6d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      test/testautomation_surface.c

+ 1 - 1
test/testautomation_surface.c

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