git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31194 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
		
			
				
	
	
		
			13 lines
		
	
	
		
			215 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			215 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #ifndef _WX_PROGDLG_H_BASE_
 | |
| #define _WX_PROGDLG_H_BASE_
 | |
| 
 | |
| #include "wx/defs.h"
 | |
| 
 | |
| #ifdef __WXPALMOS__
 | |
|     #include "wx/palmos/progdlg.h"
 | |
| #else
 | |
|     #include "wx/generic/progdlgg.h"
 | |
| #endif
 | |
| 
 | |
| #endif // _WX_PROGDLG_H_BASE_
 |