changeset 7986:4b961bf0808c draft

(svn r11542) -Fix r11540: [OSX] presumed 10.3 style strings when using GetCurrentLocale nomatter what OSX the target was
author bjarni <bjarni@openttd.org>
date Fri, 30 Nov 2007 14:49:13 +0000
parents 32930ef51996
children f0c59a2c1705
files src/os/macosx/macos.mm
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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>