summaryrefslogtreecommitdiff
path: root/src/mesa/main/glheader.h
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2000-06-12 15:40:47 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2000-06-12 15:40:47 +0000
commit9fb1279b71c1aa47a5802f70e4dbabcd555838b8 (patch)
treedbe1de05afe1c21aa106876bb7600bc7af0d5bd1 /src/mesa/main/glheader.h
parentb3a58bbf1df101bc15a20a52cb253d7aee787dc9 (diff)
define GL_GLEXT_PROTOTYPES for glext.h
Diffstat (limited to 'src/mesa/main/glheader.h')
-rw-r--r--src/mesa/main/glheader.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/main/glheader.h b/src/mesa/main/glheader.h
index 5fc9cff22e..643d052bc1 100644
--- a/src/mesa/main/glheader.h
+++ b/src/mesa/main/glheader.h
@@ -1,4 +1,4 @@
-/* $Id: glheader.h,v 1.10 2000/05/26 15:52:06 brianp Exp $ */
+/* $Id: glheader.h,v 1.11 2000/06/12 15:40:47 brianp Exp $ */
/*
* Mesa 3-D graphics library
@@ -161,6 +161,7 @@ typedef struct tagPIXELFORMATDESCRIPTOR PIXELFORMATDESCRIPTOR, *PPIXELFORMATDESC
/* Make sure we include glext.h */
+#define GL_GLEXT_PROTOTYPES
#include "GL/gl.h"
#include "GL/glext.h"