diff options
author | Thierry Bastian <thierry.bastian@nokia.com> | 2009-11-16 14:27:14 (GMT) |
---|---|---|
committer | Thierry Bastian <thierry.bastian@nokia.com> | 2009-11-16 14:27:14 (GMT) |
commit | 7cc0f75a3572cd001df7150faf04dc59e6b95edc (patch) | |
tree | 2cf0319f84092afaf0d23a8cb9571a3f9f3e316c /src/gui/inputmethod | |
parent | d84e070b57d8657fd0d8ac39bd5862b30791a115 (diff) | |
download | Qt-7cc0f75a3572cd001df7150faf04dc59e6b95edc.zip Qt-7cc0f75a3572cd001df7150faf04dc59e6b95edc.tar.gz Qt-7cc0f75a3572cd001df7150faf04dc59e6b95edc.tar.bz2 |
Make de file dialog completely compatible with mingw-g++
Some COM interfaces were not defined. Now they are.
Diffstat (limited to 'src/gui/inputmethod')
-rw-r--r-- | src/gui/inputmethod/qwininputcontext_p.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/inputmethod/qwininputcontext_p.h b/src/gui/inputmethod/qwininputcontext_p.h index dd0490d..f7c1c0f 100644 --- a/src/gui/inputmethod/qwininputcontext_p.h +++ b/src/gui/inputmethod/qwininputcontext_p.h @@ -56,7 +56,7 @@ #include "QtGui/qinputcontext.h" #include "QtCore/qt_windows.h" -#if defined(Q_CC_MINGW) && !defined(IMR_RECONVERTSTRING) +#if !defined(IMR_RECONVERTSTRING) typedef struct tagRECONVERTSTRING { DWORD dwSize; DWORD dwVersion; |