]> git.jsancho.org Git - lugaru.git/blobdiff - Source/GameInitDispose.cpp
Merged latest cmake branch to default.
[lugaru.git] / Source / GameInitDispose.cpp
index 2c157c9c7b558e18cacd572ba09453a29e3b146b..5b3113ddb301d78f5af0986e5f5f28f662109d32 100644 (file)
@@ -1037,7 +1037,7 @@ void Game::InitGame()
                                char tempstring[256];
                                #if defined(__APPLE__)
                                sprintf (tempstring, "%s", registrationname);
-                               #elif defined(_MSC_VER) || defined(__linux__)
+                               #elif defined(_WIN32) || defined(__linux__)
                                sprintf (tempstring, "%s-windows", registrationname);
                                #else
                                #error Please make sure you have the right registration key stuff here!