X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/30c841c84dce46690499567141b98ffcf5a61b6a..dc484d491b15355285a89da275c58c2ef247d1f4:/include/wx/generic/dragimgg.h diff --git a/include/wx/generic/dragimgg.h b/include/wx/generic/dragimgg.h index 18b984d6d7..e680ecd305 100644 --- a/include/wx/generic/dragimgg.h +++ b/include/wx/generic/dragimgg.h @@ -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