diff options
author | bjarni <bjarni@openttd.org> | 2007-11-30 14:49:13 +0000 |
---|---|---|
committer | bjarni <bjarni@openttd.org> | 2007-11-30 14:49:13 +0000 |
commit | 6b68c6557b115426d967e0c753df757020c3340a (patch) | |
tree | a822d11e5d1ce500aebbd7a3354c5021f6f90725 /src | |
parent | 7162b8ddb3dc479cedb1e27e0390c97c7e3a1fc2 (diff) | |
download | openttd-6b68c6557b115426d967e0c753df757020c3340a.tar.xz |
(svn r11542) -Fix r11540: [OSX] presumed 10.3 style strings when using GetCurrentLocale nomatter what OSX the target was
Diffstat (limited to 'src')
-rw-r--r-- | src/os/macosx/macos.mm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/os/macosx/macos.mm b/src/os/macosx/macos.mm index 1e97f57be..7e466aaad 100644 --- a/src/os/macosx/macos.mm +++ b/src/os/macosx/macos.mm @@ -1,6 +1,5 @@ /* $Id$ */ -#define MAC_OS_X_VERSION_MIN_REQUIRED MAC_OS_X_VERSION_10_3 #include <AvailabilityMacros.h> #include <AppKit/AppKit.h> |