From 9fb1279b71c1aa47a5802f70e4dbabcd555838b8 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Mon, 12 Jun 2000 15:40:47 +0000 Subject: define GL_GLEXT_PROTOTYPES for glext.h --- src/mesa/main/glheader.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/mesa/main/glheader.h') 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" -- cgit v1.2.3