if (!m_window)
return wxNullBitmap;
+#ifdef __LP64__
+ return wxNullBitmap;
+#else
ControlRef handle = (ControlRef) m_window->GetHandle();
if ( !handle )
return wxNullBitmap;
-
+
HIRect rect;
CGImageRef image;
CGContextRef context;
}
return bmp;
+#endif
}
/*