]> git.saurik.com Git - wxWidgets.git/commitdiff
adding support for iphone
authorStefan Csomor <csomor@advancedconcepts.ch>
Thu, 20 May 2010 16:36:16 +0000 (16:36 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Thu, 20 May 2010 16:36:16 +0000 (16:36 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64357 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/osx/metafile.h
src/osx/carbon/metafile.cpp

index 0014dcc7ae7857cd1803adc6b395b6c226175492..383af9e2f41d80ba8f9dd2161b30e67bb4793df6 100644 (file)
@@ -56,7 +56,7 @@ public:
     // Implementation
     WXHMETAFILE GetHMETAFILE() const ;
     void SetHMETAFILE(WXHMETAFILE mf) ;
     // Implementation
     WXHMETAFILE GetHMETAFILE() const ;
     void SetHMETAFILE(WXHMETAFILE mf) ;
-#ifndef __LP64__
+#if wxOSX_USE_COCOA_OR_CARBON && !defined( __LP64__ )
     // Since the native metafile format is PDF for Quartz
     // we need a call that allows setting PICT content for
     // backwards compatibility
     // Since the native metafile format is PDF for Quartz
     // we need a call that allows setting PICT content for
     // backwards compatibility
index e4605383cb842aeba231b2037b1e17d587b1e87f..7bf829e8a2df25b24b0c5f9c4e423ea61ddacb38 100644 (file)
@@ -216,7 +216,7 @@ void wxMetafile::SetHMETAFILE(WXHMETAFILE mf)
     m_refData = new wxMetafileRefData((CFDataRef)mf);
 }
 
     m_refData = new wxMetafileRefData((CFDataRef)mf);
 }
 
-#ifndef __LP64__
+#if wxOSX_USE_COCOA_OR_CARBON && !defined( __LP64__ )
 void wxMetafile::SetPICT(void* pictHandle)
 {
     UnRef();
 void wxMetafile::SetPICT(void* pictHandle)
 {
     UnRef();