Merged with master.

This commit is contained in:
Marcel Metz
2012-01-24 18:00:51 +01:00
10 changed files with 29 additions and 30 deletions
+1 -1
View File
@@ -209,7 +209,7 @@ int _glfwPlatformTerminate(void)
const char* _glfwPlatformGetVersionString(void)
{
const char* version = "GLFW " _GLFW_VERSION_FULL
const char* version = _GLFW_VERSION_FULL
#if defined(__MINGW32__)
" MinGW"
#elif defined(__CYGWIN__)