summaryrefslogtreecommitdiffstats
path: root/tools/assistant/lib/fulltextsearch/qclucene_global_p.h
diff options
context:
space:
mode:
authorThierry Bastian <thierry.bastian@nokia.com>2010-04-09 07:48:31 (GMT)
committerThierry Bastian <thierry.bastian@nokia.com>2010-04-09 07:48:31 (GMT)
commitb69d5d35e0705a494aff6dfd021dde1ace1b3d7b (patch)
treee3b6799ab37a54594a2210919ecb96f31376e941 /tools/assistant/lib/fulltextsearch/qclucene_global_p.h
parentfa46493ef935ecfc915fa03c4c2372236c70bede (diff)
downloadQt-b69d5d35e0705a494aff6dfd021dde1ace1b3d7b.zip
Qt-b69d5d35e0705a494aff6dfd021dde1ace1b3d7b.tar.gz
Qt-b69d5d35e0705a494aff6dfd021dde1ace1b3d7b.tar.bz2
Build fix for mingw
Diffstat (limited to 'tools/assistant/lib/fulltextsearch/qclucene_global_p.h')
-rw-r--r--tools/assistant/lib/fulltextsearch/qclucene_global_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/assistant/lib/fulltextsearch/qclucene_global_p.h b/tools/assistant/lib/fulltextsearch/qclucene_global_p.h
index f4b744d..206725b 100644
--- a/tools/assistant/lib/fulltextsearch/qclucene_global_p.h
+++ b/tools/assistant/lib/fulltextsearch/qclucene_global_p.h
@@ -36,7 +36,7 @@
#include <QtCore/QChar>
#include <QtCore/QString>
-#if !defined(_MSC_VER) && defined(_CL_HAVE_WCHAR_H) && defined(_CL_HAVE_WCHAR_T)
+#if !defined(_MSC_VER) && !defined(__MINGW32__) && defined(_CL_HAVE_WCHAR_H) && defined(_CL_HAVE_WCHAR_T)
# if !defined(TCHAR)
# define TCHAR wchar_t
# endif