Moved #if wxUSE_COMBOBOX after real wx/wxprec.h include.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33067 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
David Elliott 2005-03-26 05:51:07 +00:00
parent bc2b0c1b2b
commit 061896d126

View File

@ -67,7 +67,6 @@
return (candidate ? candidate : inputString);
}
*/
#if wxUSE_COMBOBOX
/////////////////////////////////////////////////////////////////////////////
// Name: cocoa/NSComboBox.mm
@ -89,6 +88,8 @@
// ----------------------------------------------------------------------------
#include "wx/wxprec.h"
#if wxUSE_COMBOBOX
#ifndef WX_PRECOMP
#include "wx/window.h"
#endif // WX_PRECOMP