comparison include/begin_code.h @ 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 4aa7df2476e7
children 782fd950bd46 19d708301fab
comparison
equal deleted inserted replaced
1620:2fe5319df0e1 1621:f12379c41042
145 #define NULL 0 145 #define NULL 0
146 #else 146 #else
147 #define NULL ((void *)0) 147 #define NULL ((void *)0)
148 #endif 148 #endif
149 #endif /* NULL */ 149 #endif /* NULL */
150 #endif /* ! MacOS X - breaks precompiled headers */ 150 #endif /* ! Mac OS X - breaks precompiled headers */