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:
@@ -125,7 +125,7 @@ void wxDCOverlay::Clear()
|
||||
// generic implementation of wxOverlayImpl
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
#if !wxHAS_NATIVE_OVERLAY
|
||||
#ifndef wxHAS_NATIVE_OVERLAY
|
||||
|
||||
wxOverlayImpl::wxOverlayImpl()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user