Created
February 12, 2019 20:50
-
-
Save metacollin/bef024af187485e13ba8d1a405118798 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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