X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rln;a=blobdiff_plain;f=rln.h;h=c542202db3701d4049e7554b2b027cce7fc42bbc;hp=2e2946387d631bb1aa821d0ea70536594020f6a7;hb=3e667b86e26135a3bc04804948436f82f75010a7;hpb=8cffb87a807c541dd9d05a89328d095e79d8fcf2 diff --git a/rln.h b/rln.h index 2e29463..c542202 100644 --- a/rln.h +++ b/rln.h @@ -55,12 +55,12 @@ #define PATCH 1 // Patch release number #ifdef WIN32 -#define PLATFORM "Win32" // Release platform - Windows +#define PLATFORM "Win32" // Release platform - Windows #else #ifdef __GCCUNIX__ -#define PLATFORM "OSX/Linux" // Release platform - MAC OSX or Linux +#define PLATFORM "OSX/Linux" // Release platform - MAC OSX or Linux #else -#define PLATFORM "Unknown" // Release platform - Not Specified +#define PLATFORM "Unknown" // Release platform - Not Specified #endif #endif