Renamed dlopen entry point mode name.

This commit is contained in:
Camilla Berglund 2010-10-24 14:31:46 +02:00
parent 0e1a004b7d
commit 68e58143f8
1 changed files with 1 additions and 1 deletions

View File

@ -310,7 +310,7 @@ const char* _glfwPlatformGetVersionString(void)
#elif defined(_GLFW_HAS_GLXGETPROCADDRESSEXT) #elif defined(_GLFW_HAS_GLXGETPROCADDRESSEXT)
" glXGetProcAddressEXT" " glXGetProcAddressEXT"
#elif defined(_GLFW_DLOPEN_LIBGL) #elif defined(_GLFW_DLOPEN_LIBGL)
" dlopen(libGL)" " dlsym(libGL)"
#else #else
" (no OpenGL extension support)" " (no OpenGL extension support)"
#endif #endif