summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qapplication_win.cpp
diff options
context:
space:
mode:
authorPrasanth Ullattil <prasanth.ullattil@nokia.com>2009-10-08 12:11:32 +0200
committerPrasanth Ullattil <prasanth.ullattil@nokia.com>2009-10-08 12:28:42 +0200
commit1040ba2fd850196234424f769e28d513a6eb0948 (patch)
treea2e5366716be4a28bb0877bcd5d483b697d74b8e /src/gui/kernel/qapplication_win.cpp
parent5987274b8ce244d0020359d113800e7305367c68 (diff)
Fix compile errors on mingw (The version supplied with Qt 4.5)
Added the missing defines Reviewed-by: Denis
Diffstat (limited to 'src/gui/kernel/qapplication_win.cpp')
-rw-r--r--src/gui/kernel/qapplication_win.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/gui/kernel/qapplication_win.cpp b/src/gui/kernel/qapplication_win.cpp
index 44f82b6cc4..270562fc69 100644
--- a/src/gui/kernel/qapplication_win.cpp
+++ b/src/gui/kernel/qapplication_win.cpp
@@ -171,10 +171,13 @@ typedef struct tagTOUCHINPUT
#include <mywinsock.h>
#endif
+#ifndef IMR_RECONVERTSTRING
+#define IMR_RECONVERTSTRING 4
+#endif
+
#ifndef IMR_CONFIRMRECONVERTSTRING
#define IMR_CONFIRMRECONVERTSTRING 0x0005
#endif
-
QT_BEGIN_NAMESPACE
#ifdef Q_WS_WINCE