From: Stefan Csomor Date: Thu, 29 Jan 2004 09:43:18 +0000 (+0000) Subject: xcode native target adaption X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/8f9c25cc867becc397e45b8b3134e80473219c99?ds=inline xcode native target adaption git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25412 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/common/encconv.cpp b/src/common/encconv.cpp index 8977d08f19..68a6a6d4eb 100644 --- a/src/common/encconv.cpp +++ b/src/common/encconv.cpp @@ -25,7 +25,7 @@ #include // conversion tables, generated by scripts in $(WXWIN)/misc/unictabl: -#ifdef __BORLANDC__ +#if defined( __BORLANDC__ ) || defined(__DARWIN__) #include "../common/unictabl.inc" #else #include "unictabl.inc"