git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@224 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
		
			
				
	
	
		
			14 lines
		
	
	
		
			256 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			256 B
		
	
	
	
		
			C
		
	
	
	
	
	
#ifndef __MSGDLGH_BASE__
 | 
						|
#define __MSGDLGH_BASE__
 | 
						|
 | 
						|
#if defined(__WXMSW__)
 | 
						|
#include "wx/msw/msgdlg.h"
 | 
						|
#elif defined(__WXMOTIF__)
 | 
						|
#include "wx/generic/msgdlgg.h"
 | 
						|
#elif defined(__WXGTK__)
 | 
						|
#include "wx/generic/msgdlgg.h"
 | 
						|
#endif
 | 
						|
 | 
						|
#endif
 | 
						|
    // __MSGDLGH_BASE__
 |