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)
 | 
					    wxNAND,        // (NOT src) OR (NOT dst)
 | 
				
			||||||
    wxOR,          // src OR dst
 | 
					    wxOR,          // src OR dst
 | 
				
			||||||
    wxSET          // 1
 | 
					    wxSET          // 1
 | 
				
			||||||
#ifdef WXWIN_COMPATIBILITY_2_8
 | 
					#if WXWIN_COMPATIBILITY_2_8
 | 
				
			||||||
    ,wxROP_BLACK = wxCLEAR,
 | 
					    ,wxROP_BLACK = wxCLEAR,
 | 
				
			||||||
    wxBLIT_BLACKNESS = wxCLEAR,
 | 
					    wxBLIT_BLACKNESS = wxCLEAR,
 | 
				
			||||||
    wxROP_XORPEN = wxXOR,
 | 
					    wxROP_XORPEN = wxXOR,
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -18,6 +18,7 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
#include "wx/geometry.h"
 | 
					#include "wx/geometry.h"
 | 
				
			||||||
#include "wx/dynarray.h"
 | 
					#include "wx/dynarray.h"
 | 
				
			||||||
 | 
					#include "wx/dc.h"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
class WXDLLIMPEXP_FWD_CORE wxWindowDC;
 | 
					class WXDLLIMPEXP_FWD_CORE wxWindowDC;
 | 
				
			||||||
class WXDLLIMPEXP_FWD_CORE wxMemoryDC;
 | 
					class WXDLLIMPEXP_FWD_CORE wxMemoryDC;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user