Try again to fix buildbot problem with GLEW 1.9 and glPopDebugGroup()

master
per 2014-01-27 22:19:55 +01:00
parent d0bfea73a9
commit 1eb4cb09e6
1 changed files with 4 additions and 0 deletions

View File

@ -68,6 +68,10 @@ int wz_texture_compression = 0;
#define GL_DEBUG_SOURCE_APPLICATION 0x824A
static void glPopDebugGroup() {}
static void glPushDebugGroup(int, unsigned, unsigned, const char *) {}
#else
#ifndef glPopDebugGroup // hack to workaround a glew 1.9 bug
static void glPopDebugGroup() {}
#endif
#endif
static bool bBackDrop = false;