瀏覽代碼

Merge pull request #48 from jayschwa/fix-dlopen

Fixed dlopen entry point retrieval mechanism.
Camilla Berglund 12 年之前
父節點
當前提交
87a085a65c
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      src/config.h.in

+ 2 - 0
src/config.h.in

@@ -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