mirror of
https://github.com/glfw/glfw.git
synced 2025-04-06 05:55:09 +00:00
Fixed dlopen entry point retrieval mechanism.
Added missing dlopen macro to config header template.
This commit is contained in:
parent
953b7f52e5
commit
83b26c9160
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue