summaryrefslogtreecommitdiff
blob: 952f6dc85add99bca1b315088feaaaacce0d97a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- src/sxmlgui/GenUtils.h	2006-05-27 03:22:57.000000000 +0200
+++ src/sxmlgui/GenUtils.h.new	2006-06-12 20:35:32.000000000 +0200
@@ -5,6 +5,9 @@
 #include <iostream>
 #include <fstream>
 #include <vector>
+#ifndef GL_GLEXT_PROTOTYPES
+#define GL_GLEXT_PROTOTYPES 1
+#endif
 #include <SDL/SDL_opengl.h>
 
 #define deleteObject(A){ if(A){ delete   A; A = NULL; } }