git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49499
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
#pragma hdrstop
#endif
+#if wxUSE_TEXTCTRL || wxUSE_COMBOBOX
+
#ifndef WX_PRECOMP
#include "wx/window.h"
#include "wx/textctrl.h"
win->GetEventHandler()->ProcessEvent(event);
}
+#endif // wxUSE_TEXTCTRL || wxUSE_COMBOBOX
#include "wx/string.h"
#endif // WX_PRECOMP
+#if wxUSE_TEXTCTRL || wxUSE_COMBOBOX
+
#include "wx/textentry.h"
#include "wx/msw/private.h"
::SendMessage(GetEditHwnd(), EM_LIMITTEXT, len, 0);
}
+
+#endif // wxUSE_TEXTCTRL || wxUSE_COMBOBOX