X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2Fplatform.h;h=6587f9e3380b3d8aef14760568b1c716f74d93f6;hb=HEAD;hp=438e8de1c9a2a3029800038a7110b2e2e1bbbef9;hpb=0b877975a1d801e061e95f249359e7ec273dee78;p=rocksndiamonds.git diff --git a/src/libgame/platform.h b/src/libgame/platform.h index 438e8de1..b9c8a411 100644 --- a/src/libgame/platform.h +++ b/src/libgame/platform.h @@ -16,8 +16,8 @@ // define main platform keywords // ============================================================================ -#if defined(WIN32) || defined(_WIN32) -#define PLATFORM_WIN32 +#if defined(WIN32) || defined(_WIN32) || defined(_WIN64) +#define PLATFORM_WINDOWS #define PLATFORM_STRING "Windows" #else #define PLATFORM_UNIX @@ -38,7 +38,7 @@ #if defined(AMIGA) || defined(__AMIGA) || defined(__amigados__) #define PLATFORM_AMIGA #undef PLATFORM_STRING -#define PLATFORM_STRING "AmigaOS" +#define PLATFORM_STRING "Amiga" #endif #if defined(__BEOS__) @@ -86,9 +86,9 @@ #endif #if defined(__APPLE__) && defined(__MACH__) -#define PLATFORM_MACOSX +#define PLATFORM_MAC #undef PLATFORM_STRING -#define PLATFORM_STRING "Mac OS X" +#define PLATFORM_STRING "Mac" #endif #if defined(__NetBSD__)