From f9514958bfebadb37953dcce1e90d1a17b8b9919 Mon Sep 17 00:00:00 2001 From: AJ Kelly Date: Wed, 4 May 2011 00:33:32 -0500 Subject: [PATCH] put wglew behind #if defined(WINDOWS) --- src/RageDisplay_OGL.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/RageDisplay_OGL.cpp b/src/RageDisplay_OGL.cpp index 8f45c2a326..0b47a78bf2 100644 --- a/src/RageDisplay_OGL.cpp +++ b/src/RageDisplay_OGL.cpp @@ -22,7 +22,9 @@ using namespace RageDisplay_Legacy_Helpers; #include +#if defined(WINDOWS) #include +#endif #if defined(_MSC_VER) #pragma comment(lib, "opengl32.lib")