From: Stefan Csomor Date: Wed, 11 Jun 2008 16:06:28 +0000 (+0000) Subject: committing changes before renaming X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/31f9fc24d67d442b7896b496961f68a9c80fb611 committing changes before renaming git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54106 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/mac/private.h b/include/wx/mac/private.h index 8a43353e16..75cf558a22 100644 --- a/include/wx/mac/private.h +++ b/include/wx/mac/private.h @@ -1,5 +1,7 @@ #ifdef __WXMAC_CLASSIC__ #include "wx/mac/classic/private.h" +#elif defined(__WXOSX_IPHONE__) +#include "wx/mac/corefoundation/private.h" #else #include "wx/mac/carbon/private.h" #endif