X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FGameInitDispose.cpp;h=5b3113ddb301d78f5af0986e5f5f28f662109d32;hb=d127a872a5d1820b864c11ea501438b68d94da89;hp=2c157c9c7b558e18cacd572ba09453a29e3b146b;hpb=a4422339d9aefd773d8edc7689f0c50e99438016;p=lugaru.git diff --git a/Source/GameInitDispose.cpp b/Source/GameInitDispose.cpp index 2c157c9..5b3113d 100644 --- a/Source/GameInitDispose.cpp +++ b/Source/GameInitDispose.cpp @@ -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!