Changeset - r7986:b05169256e65
[Not reviewed]
master
0 1 0
bjarni - 17 years ago 2007-11-30 14:49:13
bjarni@openttd.org
(svn r11542) -Fix r11540: [OSX] presumed 10.3 style strings when using GetCurrentLocale nomatter what OSX the target was
1 file changed with 0 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/os/macosx/macos.mm
Show inline comments
 
/* $Id$ */
 

	
 
#define MAC_OS_X_VERSION_MIN_REQUIRED    MAC_OS_X_VERSION_10_3
 
#include <AvailabilityMacros.h>
 

	
 
#include <AppKit/AppKit.h>
0 comments (0 inline, 0 general)