diff options
author | Brian Paul <[email protected]> | 2000-06-12 15:40:47 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2000-06-12 15:40:47 +0000 |
commit | 9fb1279b71c1aa47a5802f70e4dbabcd555838b8 (patch) | |
tree | dbe1de05afe1c21aa106876bb7600bc7af0d5bd1 /src/mesa/main/glheader.h | |
parent | b3a58bbf1df101bc15a20a52cb253d7aee787dc9 (diff) |
define GL_GLEXT_PROTOTYPES for glext.h
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" |