Skip to content
Snippets Groups Projects
Commit 01db31b6 authored by Ted Jump's avatar Ted Jump
Browse files

Changed name 'glGetProcAddressEXT' to 'gluGetProcAddressEXT'

parent ea8e0b21
No related branches found
No related tags found
Loading
/* $Id: glu.h,v 1.9 1999/09/19 02:03:18 tjump Exp $ */ /* $Id: glu.h,v 1.10 1999/09/19 10:04:01 tjump Exp $ */
/* /*
* Mesa 3-D graphics library * Mesa 3-D graphics library
...@@ -23,8 +23,8 @@ ...@@ -23,8 +23,8 @@
/* /*
* $Log: glu.h,v $ * $Log: glu.h,v $
* Revision 1.9 1999/09/19 02:03:18 tjump * Revision 1.10 1999/09/19 10:04:01 tjump
* More Win32 build compliance fixups * Changed name 'glGetProcAddressEXT' to 'gluGetProcAddressEXT'
* *
* Revision 1.8 1999/09/17 12:21:36 brianp * Revision 1.8 1999/09/17 12:21:36 brianp
* glGetProcAddressEXT changes to accomodate Win32 and non-Win32 * glGetProcAddressEXT changes to accomodate Win32 and non-Win32
...@@ -515,7 +515,7 @@ GLUAPI const GLubyte* GLAPIENTRY gluGetString( GLenum name ); ...@@ -515,7 +515,7 @@ GLUAPI const GLubyte* GLAPIENTRY gluGetString( GLenum name );
*/ */
#define GLU_EXT_get_proc_address 1 #define GLU_EXT_get_proc_address 1
#ifdef GLU_EXT_get_proc_address #ifdef GLU_EXT_get_proc_address
GLUAPI void (GLAPIENTRY *glGetProcAddressEXT(const GLubyte *procName))(); GLUAPI void (GLAPIENTRY *gluGetProcAddressEXT(const GLubyte *procName))();
#endif #endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment