]> git.jsancho.org Git - lugaru.git/commitdiff
Moved 'resource.h' inclusion in 'OpenGL_Windows.cpp' to only be included on Win32...
authorNeal Gompa <ngompa13@gmail.com>
Sun, 16 May 2010 03:04:10 +0000 (22:04 -0500)
committerNeal Gompa <ngompa13@gmail.com>
Sun, 16 May 2010 03:04:10 +0000 (22:04 -0500)
Source/OpenGL_Windows.cpp

index 9c687514c996ee5ed25fc37de8c7ba4cafc13a0e..37520284c8900ef45464d0fa6b24e74924c9e98f 100644 (file)
@@ -120,9 +120,8 @@ extern float volume;
 
 #ifdef WIN32
 #include <shellapi.h>
-#endif
-
 #include "win-res/resource.h"
+#endif
 
 using namespace std;