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:
parent
bc2b0c1b2b
commit
061896d126
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user