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 | 13aa24f1aecf6b4f94709e3d5ca3a243efc38f92 (patch) | |
tree | a822d11e5d1ce500aebbd7a3354c5021f6f90725 /src/os | |
parent | 914cd22833ca1b4c0cc6fab111b0ab914b6f8aca (diff) | |
download | openttd-13aa24f1aecf6b4f94709e3d5ca3a243efc38f92.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/os')
-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> |