summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaurice Kalinowski <maurice.kalinowski@digia.com>2014-01-24 10:01:55 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-01-24 11:00:23 +0100
commit348be51296a6efd493a7a71fb81ada3430c9cf4e (patch)
tree155316e2c269459ba0efecf94822cbe9f768b074
parent95f88ed6c58925b74e6e6c25a44e597e5be112b1 (diff)
downloadqtxmlpatterns-348be51296a6efd493a7a71fb81ada3430c9cf4e.tar.gz
Compile fix for WinRT
Change-Id: I1c9a9027ac4a592aaf6f34450ab6fbcf3224e47f Reviewed-by: Oliver Wolff <oliver.wolff@digia.com>
-rw-r--r--src/xmlpatterns/api/qcoloroutput.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xmlpatterns/api/qcoloroutput.cpp b/src/xmlpatterns/api/qcoloroutput.cpp
index 574ca1a..9296610 100644
--- a/src/xmlpatterns/api/qcoloroutput.cpp
+++ b/src/xmlpatterns/api/qcoloroutput.cpp
@@ -106,7 +106,7 @@ namespace QPatternist
*/
inline bool isColoringPossible() const
{
-# if defined(Q_OS_WIN32) || defined(Q_OS_WINCE)
+# if defined(Q_OS_WIN)
/* Windows doesn't at all support ANSI escape codes, unless
* the user install a "device driver". See the Wikipedia links in the
* class documentation for details. */