]> git.saurik.com Git - wxWidgets.git/commitdiff
xcode native target adaption
authorStefan Csomor <csomor@advancedconcepts.ch>
Thu, 29 Jan 2004 09:43:18 +0000 (09:43 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Thu, 29 Jan 2004 09:43:18 +0000 (09:43 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25412 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/encconv.cpp

index 8977d08f19ab32f8d27d338ab09db2f62d9bdb4f..68a6a6d4ebd4c19195e1b79463a4ffa1bcec4a02 100644 (file)
@@ -25,7 +25,7 @@
 #include <stdlib.h>
 
 // conversion tables, generated by scripts in $(WXWIN)/misc/unictabl:
 #include <stdlib.h>
 
 // conversion tables, generated by scripts in $(WXWIN)/misc/unictabl:
-#ifdef __BORLANDC__
+#if defined( __BORLANDC__ ) || defined(__DARWIN__)
 #include "../common/unictabl.inc"
 #else
 #include "unictabl.inc"
 #include "../common/unictabl.inc"
 #else
 #include "unictabl.inc"