Conditional compilation fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28546 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
		@@ -24,6 +24,8 @@
 | 
				
			|||||||
    #pragma hdrstop
 | 
					    #pragma hdrstop
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#if wxUSE_LISTBOX
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// for all others, include the necessary headers
 | 
					// for all others, include the necessary headers
 | 
				
			||||||
#ifndef WX_PRECOMP
 | 
					#ifndef WX_PRECOMP
 | 
				
			||||||
    #include "wx/log.h"
 | 
					    #include "wx/log.h"
 | 
				
			||||||
@@ -43,7 +45,7 @@
 | 
				
			|||||||
#include "wx/checklst.h"
 | 
					#include "wx/checklst.h"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#include "widgets.h"
 | 
					#include "widgets.h"
 | 
				
			||||||
#if 1
 | 
					
 | 
				
			||||||
#include "icons/listbox.xpm"
 | 
					#include "icons/listbox.xpm"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// ----------------------------------------------------------------------------
 | 
					// ----------------------------------------------------------------------------
 | 
				
			||||||
@@ -517,4 +519,4 @@ void ListboxWidgetsPage::OnCheckOrRadioBox(wxCommandEvent& WXUNUSED(event))
 | 
				
			|||||||
    CreateLbox();
 | 
					    CreateLbox();
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#endif
 | 
					#endif // wxUSE_LISTBOX
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -28,7 +28,7 @@
 | 
				
			|||||||
#pragma hdrstop
 | 
					#pragma hdrstop
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#if wxUSE_OWNER_DRAWN
 | 
					#if wxUSE_CHECKLISTBOX && wxUSE_OWNER_DRAWN
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#ifndef WX_PRECOMP
 | 
					#ifndef WX_PRECOMP
 | 
				
			||||||
    #include "wx/object.h"
 | 
					    #include "wx/object.h"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user