add watcom to #include shlguid.h

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50031 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Chris Elliott 2007-11-17 17:37:33 +00:00
parent d9c98a9aad
commit 6c49d63403

View File

@ -51,7 +51,7 @@
#include "wx/msw/ole/oleutils.h"
#include <shldisp.h>
#if defined(__MINGW32__)
#if defined(__MINGW32__) || defined (__WATCOMC__)
// needed for IID_IAutoComplete, IID_IAutoComplete2 and ACO_AUTOSUGGEST
#include <shlguid.h>
#endif