put wglew behind #if defined(WINDOWS)

This commit is contained in:
AJ Kelly
2011-05-04 00:33:32 -05:00
parent 2251baf10c
commit f9514958bf
+2
View File
@@ -22,7 +22,9 @@ using namespace RageDisplay_Legacy_Helpers;
#include <set>
#if defined(WINDOWS)
#include <GL/wglew.h>
#endif
#if defined(_MSC_VER)
#pragma comment(lib, "opengl32.lib")