Skip to content

Instantly share code, notes, and snippets.

@metacollin
Created February 12, 2019 20:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save metacollin/bef024af187485e13ba8d1a405118798 to your computer and use it in GitHub Desktop.
Save metacollin/bef024af187485e13ba8d1a405118798 to your computer and use it in GitHub Desktop.
diff -ur a/src/osx/carbon/dataobj.cpp b/src/osx/carbon/dataobj.cpp
--- a/src/osx/carbon/dataobj.cpp 2014-06-24 15:43:01.000000000 -0600
+++ b/src/osx/carbon/dataobj.cpp 2019-02-12 13:43:04.000000000 -0700
@@ -29,9 +29,9 @@
#include "wx/osx/private.h"
-#if wxOSX_USE_COCOA_OR_CARBON
- #include <QuickTime/QuickTime.h>
-#endif
+//#if wxOSX_USE_COCOA_OR_CARBON
+ // #include <QuickTime/QuickTime.h>
+//#endif
// ----------------------------------------------------------------------------
// wxDataFormat
diff -ur a/src/osx/core/bitmap.cpp b/src/osx/core/bitmap.cpp
--- a/src/osx/core/bitmap.cpp 2014-06-24 15:43:01.000000000 -0600
+++ b/src/osx/core/bitmap.cpp 2019-02-12 13:42:00.000000000 -0700
@@ -35,9 +35,9 @@
#include "wx/osx/private.h"
#endif
-#ifndef __WXOSX_IPHONE__
-#include <QuickTime/QuickTime.h>
-#endif
+//#ifndef __WXOSX_IPHONE__
+//#include <QuickTime/QuickTime.h>
+//#endif
CGColorSpaceRef wxMacGetGenericRGBColorSpace();
CGDataProviderRef wxMacCGDataProviderCreateWithMemoryBuffer( const wxMemoryBuffer& buf );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment