added void to __GLXextFuncPtr

This commit is contained in:
Brian Paul 2001-05-25 15:44:06 +00:00
parent 2a3cc7d907
commit b95884c53d
1 changed files with 2 additions and 1 deletions

View File

@ -252,7 +252,8 @@ extern "C" {
/*************************************************************/
#ifndef GLX_ARB_get_proc_address
typedef void (*__GLXextFuncPtr)();
/* XXX Added void parameter to silence many, many warnings (BrianP) */
typedef void (*__GLXextFuncPtr)(void);
#endif
#ifndef GLX_SGIX_video_source