git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64357
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// Implementation
WXHMETAFILE GetHMETAFILE() const ;
void SetHMETAFILE(WXHMETAFILE mf) ;
// Implementation
WXHMETAFILE GetHMETAFILE() const ;
void SetHMETAFILE(WXHMETAFILE mf) ;
+#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
m_refData = new wxMetafileRefData((CFDataRef)mf);
}
m_refData = new wxMetafileRefData((CFDataRef)mf);
}
+#if wxOSX_USE_COCOA_OR_CARBON && !defined( __LP64__ )
void wxMetafile::SetPICT(void* pictHandle)
{
UnRef();
void wxMetafile::SetPICT(void* pictHandle)
{
UnRef();