fixing file paths after renaming
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54128 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#include "wx/mac/corefoundation/cfstring.h"
|
||||
#include "wx/osx/core/cfstring.h"
|
||||
|
||||
#include <CoreFoundation/CoreFoundation.h>
|
||||
|
||||
|
@@ -27,7 +27,7 @@
|
||||
//DARWIN _ONLY_
|
||||
#ifdef __DARWIN__
|
||||
|
||||
#include "wx/mac/corefoundation/hid.h"
|
||||
#include "wx/osx/core/hid.h"
|
||||
|
||||
#ifndef WX_PRECOMP
|
||||
#include "wx/dynarray.h"
|
||||
@@ -37,7 +37,7 @@
|
||||
#include "wx/module.h"
|
||||
#endif
|
||||
|
||||
#include "wx/mac/corefoundation/cfstring.h"
|
||||
#include "wx/osx/core/cfstring.h"
|
||||
|
||||
// ============================================================================
|
||||
// implementation
|
||||
|
@@ -41,7 +41,7 @@
|
||||
#include "wx/thread.h" //wxThread for polling thread/ wxCriticalSection
|
||||
|
||||
//private headers
|
||||
#include "wx/mac/corefoundation/hid.h" //private mac hid stuff
|
||||
#include "wx/osx/core/hid.h" //private mac hid stuff
|
||||
|
||||
//mac headers
|
||||
#include <CoreServices/CoreServices.h>
|
||||
|
@@ -28,9 +28,9 @@
|
||||
#include "wx/stdpaths.h"
|
||||
#include "wx/filename.h"
|
||||
#ifdef __WXMAC__
|
||||
#include "wx/mac/private.h"
|
||||
#include "wx/osx/private.h"
|
||||
#endif
|
||||
#include "wx/mac/corefoundation/cfstring.h"
|
||||
#include "wx/osx/core/cfstring.h"
|
||||
|
||||
#include <CoreFoundation/CFBundle.h>
|
||||
#include <CoreFoundation/CFURL.h>
|
||||
|
@@ -21,8 +21,8 @@
|
||||
|
||||
#ifdef __DARWIN__
|
||||
|
||||
#include "wx/mac/corefoundation/private/strconv_cf.h"
|
||||
#include "wx/mac/corefoundation/cfref.h"
|
||||
#include "wx/osx/core/private/strconv_cf.h"
|
||||
#include "wx/osx/core/cfref.h"
|
||||
|
||||
|
||||
// ============================================================================
|
||||
|
@@ -39,7 +39,7 @@
|
||||
|
||||
// More WX Includes
|
||||
#include "wx/filename.h"
|
||||
#include "wx/mac/corefoundation/cfstring.h"
|
||||
#include "wx/osx/core/cfstring.h"
|
||||
|
||||
// Default path style
|
||||
#define kDefaultPathStyle kCFURLPOSIXPathStyle
|
||||
|
Reference in New Issue
Block a user