mirror of https://github.com/fltk/fltk
Restore compilability when HAVE_DLFCN_H = 0
This commit is contained in:
parent
62cc0bba74
commit
982892a98b
|
@ -491,7 +491,7 @@ void* Fl_Gl_Window_Driver::GetProcAddress(const char *procName) {
|
|||
# endif // RTLD_DEFAULT
|
||||
|
||||
#elif defined(HAVE_GLXGETPROCADDRESSARB)
|
||||
return glXGetProcAddressARB((const GLubyte *)procName);
|
||||
return (void*)glXGetProcAddressARB((const GLubyte *)procName);
|
||||
|
||||
#else
|
||||
return 0;
|
||||
|
|
Loading…
Reference in New Issue