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
This commit is contained in:
@@ -18,8 +18,13 @@
|
|||||||
#include "wx/filename.h"
|
#include "wx/filename.h"
|
||||||
#include "wx/mac/corefoundation/cfstring.h"
|
#include "wx/mac/corefoundation/cfstring.h"
|
||||||
|
|
||||||
|
#if defined(__DARWIN__)
|
||||||
#include <CoreFoundation/CFBundle.h>
|
#include <CoreFoundation/CFBundle.h>
|
||||||
#include <CoreFoundation/CFURL.h>
|
#include <CoreFoundation/CFURL.h>
|
||||||
|
#else
|
||||||
|
#include <CFBundle.h>
|
||||||
|
#include <CFURL.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
// See comment in include/wx/mac/corefoundation/stdpaths.h
|
// See comment in include/wx/mac/corefoundation/stdpaths.h
|
||||||
#ifndef wxStandardPaths
|
#ifndef wxStandardPaths
|
||||||
|
Reference in New Issue
Block a user