]> git.saurik.com Git - wxWidgets.git/commitdiff
add watcom to #include shlguid.h
authorChris Elliott <biol75@york.ac.uk>
Sat, 17 Nov 2007 17:37:33 +0000 (17:37 +0000)
committerChris Elliott <biol75@york.ac.uk>
Sat, 17 Nov 2007 17:37:33 +0000 (17:37 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50031 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/msw/textentry.cpp

index 79c0fa201ed13207a37d362c7bf00f94bd2fb362..ba124d1e5aaabd3727b3655e968e5a74493d1a49 100644 (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