From 348be51296a6efd493a7a71fb81ada3430c9cf4e Mon Sep 17 00:00:00 2001 From: Maurice Kalinowski Date: Fri, 24 Jan 2014 10:01:55 +0100 Subject: Compile fix for WinRT Change-Id: I1c9a9027ac4a592aaf6f34450ab6fbcf3224e47f Reviewed-by: Oliver Wolff --- src/xmlpatterns/api/qcoloroutput.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */ -- cgit v1.2.1