mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-12 23:24:41 +00:00
Fix x64 builds.
This commit is contained in:
parent
98e3651db5
commit
a4bf61f07b
3 changed files with 5 additions and 5 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue