git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34924
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
13 files changed:
#include <Timer.h>
#include <DriverServices.h>
#include <Timer.h>
#include <DriverServices.h>
+#else
+ #include <Carbon/Carbon.h>
+#endif
#endif
#ifdef __WXPALMOS__
#endif
#ifdef __WXPALMOS__
#include "wx/arrstr.h"
#include "wx/mac/uma.h"
#include "wx/arrstr.h"
#include "wx/mac/uma.h"
// ============================================================================
// implementation of wxCheckListBox
// ============================================================================
// implementation of wxCheckListBox
#include "wx/image.h"
#include "wx/metafile.h"
#include "wx/mac/private.h"
#include "wx/image.h"
#include "wx/metafile.h"
#include "wx/mac/private.h"
// ----------------------------------------------------------------------------
// functions
// ----------------------------------------------------------------------------
// functions
#endif
#include "wx/mac/private.h"
#endif
#include "wx/mac/private.h"
#include <ATSUnicode.h>
#include <TextCommon.h>
#include <TextEncodingConverter.h>
#include <ATSUnicode.h>
#include <TextCommon.h>
#include <TextEncodingConverter.h>
IMPLEMENT_ABSTRACT_CLASS(wxDC, wxObject)
IMPLEMENT_ABSTRACT_CLASS(wxDC, wxObject)
#include "wx/mac/private.h"
#include "wx/mac/private.h"
#include "wx/fontutil.h"
#include "wx/mac/private.h"
#include "wx/fontutil.h"
#include "wx/mac/private.h"
#if !USE_SHARED_LIBRARIES
IMPLEMENT_DYNAMIC_CLASS(wxFont, wxGDIObject)
#if !USE_SHARED_LIBRARIES
IMPLEMENT_DYNAMIC_CLASS(wxFont, wxGDIObject)
//uma is for wxMacFSSpec
#include "wx/mac/uma.h"
#include "wx/timer.h"
//uma is for wxMacFSSpec
#include "wx/mac/uma.h"
#include "wx/timer.h"
#include <Movies.h>
#include <Gestalt.h>
#include <QuickTimeComponents.h> //Standard QT stuff
#include <Movies.h>
#include <Gestalt.h>
#include <QuickTimeComponents.h> //Standard QT stuff
+#else
+#include <QuickTime/QuickTimeComponents.h>
+#endif
//Determines whether version 4 of QT is installed (Pretty much for classic only)
Boolean _wxIsQuickTime4Installed (void)
//Determines whether version 4 of QT is installed (Pretty much for classic only)
Boolean _wxIsQuickTime4Installed (void)
// other standard headers
#include <ctype.h>
// other standard headers
#include <ctype.h>
-#include <InternetConfig.h> //For mime types
+#ifndef __DARWIN__
+#include <InternetConfig.h> //For mime types
+#endif
/* START CODE SAMPLE FROM TECHNOTE 1002 (http://developer.apple.com/technotes/tn/tn1002.html) */
/* START CODE SAMPLE FROM TECHNOTE 1002 (http://developer.apple.com/technotes/tn/tn1002.html) */
#if defined(__DARWIN__)
//on darwin, use launch services
#if defined(__DARWIN__)
//on darwin, use launch services
-#include "LaunchServices.h"
+#include <ApplicationServices/ApplicationServices.h>
wxString wxFileTypeImpl::GetCommand(const wxString& verb) const
{
wxString wxFileTypeImpl::GetCommand(const wxString& verb) const
{
#ifdef __WXMAC__
#include "wx/mac/uma.h"
#ifdef __WXMAC__
#include "wx/mac/uma.h"
#include <Movies.h>
#include <Gestalt.h>
#endif
#include <Movies.h>
#include <Gestalt.h>
#endif
#if defined __WXMAC__ && defined __DARWIN__/*TARGET_CARBON*/
#ifdef __APPLE_CC__
#if defined __WXMAC__ && defined __DARWIN__/*TARGET_CARBON*/
#ifdef __APPLE_CC__
#include <QuickTimeComponents.h>
#include <QuickTimeComponents.h>
+#else
+#include <QuickTime/QuickTimeComponents.h>
+#endif
//Time between timer calls
#define MOVIE_DELAY 100
//Time between timer calls
#define MOVIE_DELAY 100
#include <MacTextEditor.h>
#include <ATSUnicode.h>
#include <TextCommon.h>
#include <TextEncodingConverter.h>
#include <MacTextEditor.h>
#include <ATSUnicode.h>
#include <TextCommon.h>
#include <TextEncodingConverter.h>
#include "wx/mac/uma.h"
class wxMacFunctor
#include "wx/mac/uma.h"
class wxMacFunctor
#include "wx/thread.h"
#ifdef __WXMAC__
#include "wx/thread.h"
#ifdef __WXMAC__
#include <CoreServices/CoreServices.h>
#else
#include <DriverServices.h>
#include <CoreServices/CoreServices.h>
#else
#include <DriverServices.h>
#if wxUSE_GUI
#include "wx/dc.h"
#if wxUSE_GUI
#include "wx/dc.h"
-#include <MacTextEditor.h>
+# include <MacTextEditor.h>
# include <Navigation.h>
# if defined(TARGET_CARBON)
# if PM_USE_SESSION_APIS
# include <Navigation.h>
# if defined(TARGET_CARBON)
# if PM_USE_SESSION_APIS
#include <Multiprocessing.h>
#endif
#include <Multiprocessing.h>
#endif
+#ifdef __DARWIN__
+#include <Carbon/Carbon.h>
+#else
#include <ATSUnicode.h>
#include <TextCommon.h>
#include <TextEncodingConverter.h>
#include <ATSUnicode.h>
#include <TextCommon.h>
#include <TextEncodingConverter.h>
#endif // wxUSE_GUI
#include "wx/mac/private.h" // includes mac headers
#endif // wxUSE_GUI
#include "wx/mac/private.h" // includes mac headers