(svn r11542) -Fix r11540: [OSX] presumed 10.3 style strings when using GetCurrentLocale nomatter what OSX the target was
authorbjarni
Fri, 30 Nov 2007 14:49:13 +0000
changeset 7986 6c841d55493e
parent 7985 e6e00c10fdae
child 7987 aa9239ef92f6
(svn r11542) -Fix r11540: [OSX] presumed 10.3 style strings when using GetCurrentLocale nomatter what OSX the target was
src/os/macosx/macos.mm
--- a/src/os/macosx/macos.mm	Fri Nov 30 14:42:16 2007 +0000
+++ b/src/os/macosx/macos.mm	Fri Nov 30 14:49:13 2007 +0000
@@ -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>