Use "wx" prefix for the GUIDs we (re)define in wxMSW code.
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 21 Apr 2011 23:43:23 +0000 (23:43 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 21 Apr 2011 23:43:23 +0000 (23:43 +0000)
commitc6212697785a204cc7c474437dda09f54c727ebe
treef975a266abf131fc8719380674301ae2374b8576
parent78f250a46df67bc0f7df4b93290e407d50cc174f
Use "wx" prefix for the GUIDs we (re)define in wxMSW code.

CLSID_AutoComplete became ambiguous with MinGW because it does define it in
its shlguid.h header (although MSVC/Platform SDK does not define this one) so
use a "wx" prefix for it to avoid ambiguity. Also use the same prefix for the
IID_IAutoCompleteDropDown value we define for consistency.

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