diff options
author | Maurice Kalinowski <maurice.kalinowski@digia.com> | 2014-01-24 10:01:55 +0100 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2014-01-24 11:00:23 +0100 |
commit | 348be51296a6efd493a7a71fb81ada3430c9cf4e (patch) | |
tree | 155316e2c269459ba0efecf94822cbe9f768b074 /src/xmlpatterns/api | |
parent | 95f88ed6c58925b74e6e6c25a44e597e5be112b1 (diff) | |
download | qtxmlpatterns-348be51296a6efd493a7a71fb81ada3430c9cf4e.tar.gz |
Compile fix for WinRT
Change-Id: I1c9a9027ac4a592aaf6f34450ab6fbcf3224e47f
Reviewed-by: Oliver Wolff <oliver.wolff@digia.com>
Diffstat (limited to 'src/xmlpatterns/api')
-rw-r--r-- | src/xmlpatterns/api/qcoloroutput.cpp | 2 |
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. */ |