]> git.saurik.com Git - wxWidgets.git/commit
No changes, just simplify preprocessor checks in wxMSW wxTextEntry.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 16 Apr 2011 17:27:11 +0000 (17:27 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 16 Apr 2011 17:27:11 +0000 (17:27 +0000)
commit6b30ffedb18b86329fdc41ac1be27bc85bd758ff
treeddce3a6fa4960ae82b6c3e64dba6b585a9b298bf
parent574479e8db6ac77d1f94183cddecd688e012504c
No changes, just simplify preprocessor checks in wxMSW wxTextEntry.

Separate !HAS_AUTOCOMPLETE stub versions from the real one as the code was
too difficult to read otherwise and would become even more so after the
addition of the upcoming custom auto-completer support.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67510 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/msw/textentry.cpp