Fix x64 builds.

This commit is contained in:
LuisAntonRebollo 2014-11-30 04:00:58 +01:00
parent 98e3651db5
commit a4bf61f07b
3 changed files with 5 additions and 5 deletions

View file

@ -25,14 +25,14 @@
#include "platform/platform.h"
#ifdef TORQUE_OS_WIN32
#ifdef TORQUE_OPENGL
#include "tGL.h"
#include "GL/wglew.h"
#define gglHasWExtension(EXTENSION) WGLEW_##EXTENSION
#endif //TORQUE_OS_WIN32
#endif //TORQUE_OPENGL
#endif