projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d9c98a9
)
add watcom to #include shlguid.h
author
Chris Elliott
<biol75@york.ac.uk>
Sat, 17 Nov 2007 17:37:33 +0000
(17:37 +0000)
committer
Chris 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
patch
|
blob
|
blame
|
history
diff --git
a/src/msw/textentry.cpp
b/src/msw/textentry.cpp
index 79c0fa201ed13207a37d362c7bf00f94bd2fb362..ba124d1e5aaabd3727b3655e968e5a74493d1a49 100644
(file)
--- a/
src/msw/textentry.cpp
+++ b/
src/msw/textentry.cpp
@@
-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