Replaced platform specific config headers with shared one, updated version strings to include CMake version.

This commit is contained in:
Camilla Berglund
2010-09-17 00:54:11 +02:00
parent e35badcb70
commit 3ca63a0cf3
10 changed files with 7 additions and 16 deletions
+1 -2
View File
@@ -189,8 +189,7 @@ int _glfwPlatformTerminate(void)
const char* _glfwPlatformGetVersionString(void)
{
// TODO: Add GLFW version somehow
const char* version = "GLFW "
const char* version = "GLFW " _GLFW_VERSION_FULL
#if defined(__MINGW32__)
" MinGW"
#elif defined(__CYGWIN__)