summaryrefslogtreecommitdiff
path: root/src/glu
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>1999-10-27 09:47:41 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>1999-10-27 09:47:41 +0000
commit38a811057d0b8a95c58bb0e00dd94b13c7c5bfa6 (patch)
tree52fb54ee75d8d5683caae2725fa1f355c989768d /src/glu
parentd865227d214544426c2ab396417e48aedc0ee1e5 (diff)
disabled gluGetProcAddressEXT
Diffstat (limited to 'src/glu')
-rw-r--r--src/glu/mesa/glu.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/glu/mesa/glu.c b/src/glu/mesa/glu.c
index 1efc35cfd3..d49639c349 100644
--- a/src/glu/mesa/glu.c
+++ b/src/glu/mesa/glu.c
@@ -1,4 +1,4 @@
-/* $Id: glu.c,v 1.15 1999/09/19 02:03:19 tjump Exp $ */
+/* $Id: glu.c,v 1.16 1999/10/27 09:47:41 brianp Exp $ */
/*
* Mesa 3-D graphics library
@@ -23,6 +23,9 @@
/*
* $Log: glu.c,v $
+ * Revision 1.16 1999/10/27 09:47:41 brianp
+ * disabled gluGetProcAddressEXT
+ *
* Revision 1.15 1999/09/19 02:03:19 tjump
* More Win32 build compliance fixups
*
@@ -379,7 +382,7 @@ const GLubyte* GLAPIENTRY gluGetString( GLenum name )
-#ifdef GLU_EXT_get_proc_address
+#if 0 /* gluGetProcAddressEXT not finalized yet! */
#ifdef __cplusplus
/* for BeOS R4.5 */