comparison src/video/macrom/SDL_romvideo.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 8d9bb0cf2c2a
children e49147870aac e6de7e5fd451
comparison
equal deleted inserted replaced
1620:2fe5319df0e1 1621:f12379c41042
27 #include <QuickTime/Movies.h> 27 #include <QuickTime/Movies.h>
28 #endif 28 #endif
29 #elif TARGET_API_MAC_CARBON && (UNIVERSAL_INTERFACES_VERSION > 0x0335) 29 #elif TARGET_API_MAC_CARBON && (UNIVERSAL_INTERFACES_VERSION > 0x0335)
30 #include <Carbon.h> 30 #include <Carbon.h>
31 /* The fullscreen code requires the QuickTime framework, and the window 31 /* The fullscreen code requires the QuickTime framework, and the window
32 is still at the back on MacOS X, which is where this code is needed. 32 is still at the back on Mac OS X, which is where this code is needed.
33 */ 33 */
34 #if USE_QUICKTIME 34 #if USE_QUICKTIME
35 #include <Movies.h> 35 #include <Movies.h>
36 #endif 36 #endif
37 #else 37 #else