add more wxUSE_XXX checks
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55431 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -287,6 +287,7 @@ void wxTextEntry::GetSelection(long *from, long *to) const
|
||||
// auto-completion
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
#if wxUSE_OLE
|
||||
bool wxTextEntry::AutoCompleteFileNames()
|
||||
{
|
||||
#ifdef HAS_AUTOCOMPLETE
|
||||
@@ -378,6 +379,7 @@ bool wxTextEntry::AutoComplete(const wxArrayString& choices)
|
||||
return false;
|
||||
#endif // HAS_AUTOCOMPLETE/!HAS_AUTOCOMPLETE
|
||||
}
|
||||
#endif // wxUSE_OLE
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
// editable state
|
||||
|
Reference in New Issue
Block a user