diff options
-rw-r--r-- | tools/xmlpatterns/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/xmlpatterns/main.cpp b/tools/xmlpatterns/main.cpp index 0c8140c..00d41b3 100644 --- a/tools/xmlpatterns/main.cpp +++ b/tools/xmlpatterns/main.cpp @@ -52,7 +52,7 @@ #include "qapplicationargument_p.h" #include "qapplicationargumentparser_p.h" -#if defined(Q_OS_WIN) && !defined(Q_OS_WINCE) +#if defined(Q_OS_WIN) && (!defined(_WIN32_WCE) || _WIN32_WCE >= 0x800) /* Needed for opening stdout with _fdopen & friends. io.h seems to not be * needed on MinGW though. */ #include <io.h> |