diff options
Diffstat (limited to 'glext-include-removal.patch')
-rw-r--r-- | glext-include-removal.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/glext-include-removal.patch b/glext-include-removal.patch new file mode 100644 index 0000000..0ae15c5 --- /dev/null +++ b/glext-include-removal.patch @@ -0,0 +1,10 @@ +--- a/src/tgl.h ++++ b/src/tgl.h +@@ -9,7 +9,6 @@ #endif + #include <GL/gl.h> + #include <GL/glu.h> + #ifndef _WIN32 +-#include <GL/glext.h> + #endif + #endif + |