Commit 3fddc82a authored by Bjoern Breitmeyer's avatar Bjoern Breitmeyer Committed by Björn Breitmeyer
Browse files

Fixing WEC2013 build of QtXmlPatterns


Change-Id: I54541c588dfa76180ffdf99ac0ed2f6cdc8cfdc4
Reviewed-by: default avatarFriedemann Kleint <Friedemann.Kleint@theqtcompany.com>
Showing with 1 addition and 1 deletion
...@@ -52,7 +52,7 @@ ...@@ -52,7 +52,7 @@
#include "qapplicationargument_p.h" #include "qapplicationargument_p.h"
#include "qapplicationargumentparser_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 for opening stdout with _fdopen & friends. io.h seems to not be
* needed on MinGW though. */ * needed on MinGW though. */
#include <io.h> #include <io.h>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment