Skip to content

Commit

Permalink
Fix builds on ancient systems by not assuming recent versions of GLEW.
Browse files Browse the repository at this point in the history
  • Loading branch information
perim committed Feb 9, 2015
1 parent a29e052 commit 758f3b4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions lib/ivis_opengl/piestate.cpp
Expand Up @@ -32,6 +32,13 @@
#include "lib/ivis_opengl/piepalette.h"
#include "screen.h"

#ifndef GLEW_VERSION_4_3
#define GLEW_VERSION_4_3 false
#endif
#ifndef GLEW_KHR_debug
#define GLEW_KHR_debug false
#endif

/*
* Global Variables
*/
Expand Down

0 comments on commit 758f3b4

Please sign in to comment.