rocksndiamonds-2.1.1
[rocksndiamonds.git] / src / libgame / platform.h
index 94c5c4a8bc994d0785b49e359f4c46ed67fdf14d..61ab27f6a59d9b365b87b7b85eaceb0621524579 100644 (file)
@@ -66,8 +66,8 @@
 #define PLATFORM_BSDI
 #endif
 
-#if defined(sparc) || defined(sun)
-#define PLATFORM_SOLARIS
+#if defined(sparc) && defined(sun)
+#define PLATFORM_SUNOS
 #endif
 
 #if defined(__APPLE__) && defined(__MACH__)