GNU compiler included with Mac OS X 10.2 (Jaguar) as well as August Developer Tools update contain a bug concerning #pragma interface handling that can only be worked around by not using them (and they are not necessary anyways) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@17039 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
		
			
				
	
	
		
			43 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			43 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			C
		
	
	
	
	
	
//------------------------------------------------------------------------------
 | 
						|
// Header generated by wxDesigner from file: dialogs.wdr
 | 
						|
// Do not modify this file, all changes will be lost!
 | 
						|
//------------------------------------------------------------------------------
 | 
						|
 | 
						|
#ifndef __WDR_dialogs_H__
 | 
						|
#define __WDR_dialogs_H__
 | 
						|
 | 
						|
#if defined(__GNUG__) && !defined(__APPLE__)
 | 
						|
    #pragma interface "dialogs_wdr.cpp"
 | 
						|
#endif
 | 
						|
 | 
						|
// Include wxWindows' headers
 | 
						|
 | 
						|
#ifndef WX_PRECOMP
 | 
						|
    #include <wx/wx.h>
 | 
						|
#endif
 | 
						|
 | 
						|
#include <wx/image.h>
 | 
						|
#include <wx/statline.h>
 | 
						|
#include <wx/spinbutt.h>
 | 
						|
#include <wx/spinctrl.h>
 | 
						|
#include <wx/splitter.h>
 | 
						|
#include <wx/listctrl.h>
 | 
						|
#include <wx/treectrl.h>
 | 
						|
#include <wx/notebook.h>
 | 
						|
 | 
						|
// Declare window functions
 | 
						|
 | 
						|
#define ID_TEXT_MANUFACTURER 10000
 | 
						|
#define ID_TEXT_MODEL 10001
 | 
						|
#define ID_TEXTCTRL_MFTR 10
 | 
						|
#define ID_TEXTCTRL_MDL 20
 | 
						|
#define ID_LISTBOX_MFTR 11
 | 
						|
#define ID_LISTBOX_MDL 21
 | 
						|
wxSizer *MonitorDialogFunc( wxPanel *parent, bool call_fit = TRUE, bool set_sizer = TRUE );
 | 
						|
 | 
						|
// Declare bitmap functions
 | 
						|
 | 
						|
#endif
 | 
						|
 | 
						|
// End of generated file
 |