Renamed GLFW_BUILD_DLL to _GLFW_BUILD_DLL.

This commit is contained in:
Camilla Berglund
2012-03-25 17:40:30 +02:00
parent c097246312
commit 2588c9be17
5 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -271,7 +271,7 @@ const char* _glfwPlatformGetVersionString(void)
#else
" (unknown compiler)"
#endif
#if defined(GLFW_BUILD_DLL)
#if defined(_GLFW_BUILD_DLL)
" DLL"
#endif
#if !defined(_GLFW_NO_DLOAD_GDI32)