From e1308eac66a85279a52d88484738b4fbab15694e Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Sat, 15 May 2010 22:04:10 -0500 Subject: [PATCH] Moved 'resource.h' inclusion in 'OpenGL_Windows.cpp' to only be included on Win32 platform --- Source/OpenGL_Windows.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Source/OpenGL_Windows.cpp b/Source/OpenGL_Windows.cpp index 9c68751..3752028 100644 --- a/Source/OpenGL_Windows.cpp +++ b/Source/OpenGL_Windows.cpp @@ -120,9 +120,8 @@ extern float volume; #ifdef WIN32 #include -#endif - #include "win-res/resource.h" +#endif using namespace std; -- 2.39.2