Try to fix build bot and other hosts that do not have an up to date version of GLEW.

master
per 2014-01-27 19:20:51 +01:00
parent 144c2e380d
commit d0bfea73a9
1 changed files with 3 additions and 0 deletions

View File

@ -65,6 +65,9 @@ int wz_texture_compression = 0;
#endif
#ifndef GLEW_KHR_debug
#define GLEW_KHR_debug false
#define GL_DEBUG_SOURCE_APPLICATION 0x824A
static void glPopDebugGroup() {}
static void glPushDebugGroup(int, unsigned, unsigned, const char *) {}
#endif
static bool bBackDrop = false;