Mercurial > sdl-ios-xcode
diff src/audio/macrom/SDL_romaudio.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 | d910939febfa |
children | 782fd950bd46 c121d94672cb a1b03ba2fcd0 |
line wrap: on
line diff
--- a/src/audio/macrom/SDL_romaudio.c Wed Apr 12 14:38:47 2006 +0000 +++ b/src/audio/macrom/SDL_romaudio.c Thu Apr 13 13:08:26 2006 +0000 @@ -93,7 +93,7 @@ this->UnlockAudio = Mac_UnlockAudio; this->free = Audio_DeleteDevice; -#ifdef __MACOSX__ /* MacOS X uses threaded audio, so normal thread code is okay */ +#ifdef __MACOSX__ /* Mac OS X uses threaded audio, so normal thread code is okay */ this->LockAudio = NULL; this->UnlockAudio = NULL; #endif @@ -106,7 +106,7 @@ }; #if defined(TARGET_API_MAC_CARBON) || defined(USE_RYANS_SOUNDCODE) -/* This works correctly on MacOS X */ +/* This works correctly on Mac OS X */ #pragma options align=power