changed wxHAS_NATIVE_OVERLAY and wxHAS_CARET_USING_OVERLAYS to use #ifdef instead of #if ... == 1
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42397 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -160,7 +160,7 @@ public:
|
||||
// For efficiency, tell wxGenericDragImage to use a bitmap that's already
|
||||
// created (e.g. from last drag)
|
||||
void SetBackingBitmap(wxBitmap* bitmap) {
|
||||
#if !wxHAS_NATIVE_OVERLAY
|
||||
#ifndef wxHAS_NATIVE_OVERLAY
|
||||
m_pBackingBitmap = bitmap;
|
||||
#endif
|
||||
}
|
||||
@@ -247,7 +247,7 @@ protected:
|
||||
wxWindow* m_window;
|
||||
wxDC* m_windowDC;
|
||||
|
||||
#if wxHAS_NATIVE_OVERLAY
|
||||
#ifdef wxHAS_NATIVE_OVERLAY
|
||||
wxOverlay m_overlay;
|
||||
wxDCOverlay* m_dcOverlay;
|
||||
#else
|
||||
|
Reference in New Issue
Block a user