git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
		
			
				
	
	
		
			14 lines
		
	
	
		
			249 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			249 B
		
	
	
	
		
			C
		
	
	
	
	
	
#ifndef __STATBMPH_BASE__
 | 
						|
#define __STATBMPH_BASE__
 | 
						|
 | 
						|
#if defined(__WINDOWS__)
 | 
						|
#include "wx/msw/statbmp.h"
 | 
						|
#elif defined(__MOTIF__)
 | 
						|
#include "wx/xt/statbmp.h"
 | 
						|
#elif defined(__GTK__)
 | 
						|
#include "wx/gtk/statbmp.h"
 | 
						|
#endif
 | 
						|
 | 
						|
#endif
 | 
						|
    // __STATBMPH_BASE__
 |