From eab2433f6d6bee9b06da6282b57c15e8770a728c Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Wed, 24 Dec 2014 02:12:16 -0500 Subject: [PATCH] Maybe patched to compile on Windows for real now? --- test/testautomation_surface.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/testautomation_surface.c b/test/testautomation_surface.c index d04db19da6285..ca41d4a0cd599 100644 --- a/test/testautomation_surface.c +++ b/test/testautomation_surface.c @@ -8,7 +8,7 @@ #define _CRT_NONSTDC_NO_DEPRECATE #include -#ifndef __WIN32__ +#ifndef _MSC_VER #include #endif #include