git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58804 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
		
			
				
	
	
		
			9 lines
		
	
	
		
			191 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			191 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #if wxOSX_USE_COCOA_OR_CARBON
 | |
| #include "wx/osx/carbon/region.h"
 | |
| #else
 | |
| #define wxRegionGeneric wxRegion
 | |
| #define wxRegionIteratorGeneric wxRegionIterator
 | |
| 
 | |
| #include "wx/generic/region.h"
 | |
| #endif
 |