ENABLE_GLX -> HAVE_GLX
This commit is contained in:
parent
a293c39105
commit
8bfb0b1ff7
1 changed files with 1 additions and 1 deletions
|
@ -175,7 +175,7 @@ typedef void (*glXFuncPtr)();
|
||||||
static glXFuncPtr getProcAddress(const char *name)
|
static glXFuncPtr getProcAddress(const char *name)
|
||||||
{
|
{
|
||||||
glXFuncPtr ret = nullptr;
|
glXFuncPtr ret = nullptr;
|
||||||
#if ENABLE_GLX
|
#if HAVE_GLX
|
||||||
ret = glXGetProcAddress((const GLubyte *)name);
|
ret = glXGetProcAddress((const GLubyte *)name);
|
||||||
#endif
|
#endif
|
||||||
#if HAVE_DL_LIBRARY
|
#if HAVE_DL_LIBRARY
|
||||||
|
|
Loading…
Reference in a new issue