Last active
May 4, 2017 16:51
-
-
Save alranel/c2de82c05f6006b49c5029fc78bcaa87 to your computer and use it in GitHub Desktop.
Changed according to @mkdryden's report
This file contains 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
https://trac.macports.org/ticket/52069 | |
http://trac.wxwidgets.org/changeset/f6a2d1caef5c6d412c84aa900cb0d3990b350938/git-wxWidgets | |
--- src/osx/carbon/dataobj.cpp | |
+++ src/osx/carbon/dataobj.cpp | |
@@ -29,10 +29,6 @@ | |
#include "wx/osx/private.h" | |
-#if wxOSX_USE_COCOA_OR_CARBON | |
- #include <QuickTime/QuickTime.h> | |
-#endif | |
- | |
// ---------------------------------------------------------------------------- | |
// wxDataFormat | |
// ---------------------------------------------------------------------------- | |
--- src/osx/core/bitmap.cpp | |
+++ src/osx/core/bitmap.cpp | |
@@ -35,10 +35,6 @@ | |
#include "wx/osx/private.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