From 072a99f4317f38813934e1f25ea926334a702540 Mon Sep 17 00:00:00 2001 From: David Elliott Date: Sun, 31 Oct 2004 21:46:12 +0000 Subject: [PATCH] Do not use framework includes in CFM builds. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30209 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/mac/corefoundation/stdpaths_cf.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/mac/corefoundation/stdpaths_cf.cpp b/src/mac/corefoundation/stdpaths_cf.cpp index f38c5a7210..24caa0ff76 100644 --- a/src/mac/corefoundation/stdpaths_cf.cpp +++ b/src/mac/corefoundation/stdpaths_cf.cpp @@ -18,8 +18,13 @@ #include "wx/filename.h" #include "wx/mac/corefoundation/cfstring.h" +#if defined(__DARWIN__) #include #include +#else +#include +#include +#endif // See comment in include/wx/mac/corefoundation/stdpaths.h #ifndef wxStandardPaths -- 2.50.0