diff options
Diffstat (limited to 'src/mesa/main/glheader.h')
-rw-r--r-- | src/mesa/main/glheader.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/main/glheader.h b/src/mesa/main/glheader.h index 5fc9cff22ef..643d052bc12 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" |