From f13772134a2666398a77cc9707bb2a72a85ae1b6 Mon Sep 17 00:00:00 2001 From: José Fonseca Date: Mon, 14 Mar 2011 13:41:16 +0000 Subject: s/WIN32/_WIN32/ The proper macro for Windows operating systems is _WIN32 and not WIN32. Thanks to Vinson Lee to remind me of that. --- src/piglit/gl_wrap.h | 2 +- src/piglit/glut_wrap.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/piglit/gl_wrap.h b/src/piglit/gl_wrap.h index 872f768b6..eb3de29d9 100644 --- a/src/piglit/gl_wrap.h +++ b/src/piglit/gl_wrap.h @@ -38,7 +38,7 @@ extern "C" { #endif -#ifdef WIN32 +#ifdef _WIN32 #include #endif diff --git a/src/piglit/glut_wrap.h b/src/piglit/glut_wrap.h index 245b6d055..c2ff532a5 100644 --- a/src/piglit/glut_wrap.h +++ b/src/piglit/glut_wrap.h @@ -38,7 +38,7 @@ extern "C" { #endif -#ifdef WIN32 +#ifdef _WIN32 #include #endif -- cgit v1.2.3