1
0
Fork 0
mirror of https://github.com/gwm17/glfw.git synced 2024-11-26 20:28:49 -05:00

Merge pull request #48 from jayschwa/fix-dlopen

Fixed dlopen entry point retrieval mechanism.
This commit is contained in:
Camilla Berglund 2013-04-07 04:19:25 -07:00
commit 87a085a65c

View File

@ -63,6 +63,8 @@
#cmakedefine _GLFW_HAS_GLXGETPROCADDRESSARB
// Define this to 1 if glXGetProcAddressEXT is available
#cmakedefine _GLFW_HAS_GLXGETPROCADDRESSEXT
// Define this to 1 if dlopen is available
#cmakedefine _GLFW_HAS_DLOPEN
// Define this to 1 if glfwInit should change the current directory
#cmakedefine _GLFW_USE_CHDIR