projects
/
platform
/
upstream
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e23bb9f
)
disabled GL_EXT_get_proc_address for the time being
author
Brian Paul
<brian.paul@tungstengraphics.com>
Sat, 18 Sep 1999 01:06:52 +0000
(
01:06
+0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Sat, 18 Sep 1999 01:06:52 +0000
(
01:06
+0000)
include/GL/gl.h
patch
|
blob
|
history
diff --git
a/include/GL/gl.h
b/include/GL/gl.h
index
ff67f26
..
02b1239
100644
(file)
--- a/
include/GL/gl.h
+++ b/
include/GL/gl.h
@@
-1,4
+1,4
@@
-/* $Id: gl.h,v 1.
6 1999/09/17 12:21:36
brianp Exp $ */
+/* $Id: gl.h,v 1.
7 1999/09/18 01:06:52
brianp Exp $ */
/*
* Mesa 3-D graphics library
@@
-2181,7
+2181,6
@@
GLAPI void GLAPIENTRY glUnlockArraysEXT( void );
* If you want to try it out, #define GL_EXT_get_proc_address before
* #include <GL/gl.h>
*/
-#define GL_EXT_get_proc_address 1
#ifdef GL_EXT_get_proc_address
#ifdef __WIN32__
typedef (void GLAPIENTRY *glProcAddress)();