comparison test/testplatform.c @ 1621:f12379c41042

Fixes bug #195: The proper name of Apple's operating system is "Mac OS X" not "MacOS X", as can bee seen in many places, for example http://www.apple.com/macosx/). This contrasts the naming of the old operating system, which was called "MacOS" and today is often refered to as "MacOS Classic". The attached patches fixes the misuse of the name "MacOS X" in both the SDL12 and sdlweb CVS modules.
author Sam Lantinga <slouken@libsdl.org>
date Thu, 13 Apr 2006 13:08:26 +0000
parents d5298e8f22b3
children 782fd950bd46 c121d94672cb 6d2e1961661a
comparison
equal deleted inserted replaced
1620:2fe5319df0e1 1621:f12379c41042
173 #elif __MINT__ 173 #elif __MINT__
174 "Atari MiNT" 174 "Atari MiNT"
175 #elif __MACOS__ 175 #elif __MACOS__
176 "MacOS Classic" 176 "MacOS Classic"
177 #elif __MACOSX__ 177 #elif __MACOSX__
178 "MacOS X" 178 "Mac OS X"
179 #elif __NETBSD__ 179 #elif __NETBSD__
180 "NetBSD" 180 "NetBSD"
181 #elif __OPENBSD__ 181 #elif __OPENBSD__
182 "OpenBSD" 182 "OpenBSD"
183 #elif __OS2__ 183 #elif __OS2__