فهرست منبع

Fixed dlopen entry point retrieval mechanism.

Added missing dlopen macro to config header template.
Jay Weisskopf 12 سال پیش
والد
کامیت
83b26c9160
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 2 0
      src/config.h.in

+ 2 - 0
src/config.h.in

@@ -63,6 +63,8 @@
 #cmakedefine _GLFW_HAS_GLXGETPROCADDRESSARB
 #cmakedefine _GLFW_HAS_GLXGETPROCADDRESSARB
 // Define this to 1 if glXGetProcAddressEXT is available
 // Define this to 1 if glXGetProcAddressEXT is available
 #cmakedefine _GLFW_HAS_GLXGETPROCADDRESSEXT
 #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
 // Define this to 1 if glfwInit should change the current directory
 #cmakedefine _GLFW_USE_CHDIR
 #cmakedefine _GLFW_USE_CHDIR