From: Chris Elliott Date: Sat, 17 Nov 2007 17:37:33 +0000 (+0000) Subject: add watcom to #include shlguid.h X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/6c49d63403ef4e595f37e7b6b823f613048608b8 add watcom to #include shlguid.h git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50031 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/msw/textentry.cpp b/src/msw/textentry.cpp index 79c0fa201e..ba124d1e5a 100644 --- a/src/msw/textentry.cpp +++ b/src/msw/textentry.cpp @@ -51,7 +51,7 @@ #include "wx/msw/ole/oleutils.h" #include -#if defined(__MINGW32__) +#if defined(__MINGW32__) || defined (__WATCOMC__) // needed for IID_IAutoComplete, IID_IAutoComplete2 and ACO_AUTOSUGGEST #include #endif