use #if instead of #ifdef for WX_COMPAT
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57939 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -61,7 +61,7 @@ enum wxRasterOperationMode
|
||||
wxNAND, // (NOT src) OR (NOT dst)
|
||||
wxOR, // src OR dst
|
||||
wxSET // 1
|
||||
#ifdef WXWIN_COMPATIBILITY_2_8
|
||||
#if WXWIN_COMPATIBILITY_2_8
|
||||
,wxROP_BLACK = wxCLEAR,
|
||||
wxBLIT_BLACKNESS = wxCLEAR,
|
||||
wxROP_XORPEN = wxXOR,
|
||||
|
||||
Reference in New Issue
Block a user