Fixed (hopefully) link error with MSVC and Qt4.

ver1_5_1
Chris Laurel 2008-01-12 01:38:59 +00:00
parent c4d276fb37
commit 50f36983b8
1 changed files with 1 additions and 1 deletions

View File

@ -275,7 +275,7 @@ glx::PFNGLGETSHADERSOURCEARBPROC glx::glGetShaderSourceARB;
// extern void Alert(const char *szFormat, ...);
#if defined(QT_OPENGL_LIB) && defined(_WIN32)
#if defined(QT_OPENGL_LIB) && defined(_WIN32) && !defined(_MSC_VER)
// TODO: We should use something other than a global GL context
#include <QGLContext>