diff options
author | Sam Lantinga <slouken@libsdl.org> | 2006-04-13 13:08:26 +0000 |
---|---|---|
committer | Sam Lantinga <slouken@libsdl.org> | 2006-04-13 13:08:26 +0000 |
commit | b0519469db98bd333a81e1250b3a4627be99c11e (patch) | |
tree | 943d78e6c460f132962d7daa6baaab06b489412a /src/timer | |
parent | 80c113cde76d1ff4dca43e2d82c3729bf3be4484 (diff) |
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.
Diffstat (limited to 'src/timer')
-rw-r--r-- | src/timer/macos/FastTimes.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/timer/macos/FastTimes.c b/src/timer/macos/FastTimes.c index 2cc7fde134..c7e7e0b943 100644 --- a/src/timer/macos/FastTimes.c +++ b/src/timer/macos/FastTimes.c @@ -66,7 +66,7 @@ #define WideTo64bit(w) (*(UInt64 *) &(w)) /* LMGetTicks() is not in Carbon and TickCount() has a fair bit of overhead, - so for speed we always read lowmem directly. This is a MacOS X no-no, but + so for speed we always read lowmem directly. This is a Mac OS X no-no, but it always work on those systems that don't have a native Time Manager (ie, anything before MacOS 9) -- regardless whether we are in Carbon or not! */ #define MyLMGetTicks() (*(volatile UInt32 *) 0x16A) |