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. --HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401628
This commit is contained in:
parent
8445eb17d1
commit
be0f0ff107
18 changed files with 24 additions and 24 deletions
|
@ -93,7 +93,7 @@ static SDL_AudioDevice *Audio_CreateDevice(int devindex)
|
|||
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 @@ AudioBootStrap SNDMGR_bootstrap = {
|
|||
};
|
||||
|
||||
#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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue