summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
diff options
context:
space:
mode:
authorThierry Bastian <thierry.bastian@nokia.com>2009-11-16 14:27:14 (GMT)
committerThierry Bastian <thierry.bastian@nokia.com>2009-11-16 14:27:14 (GMT)
commit7cc0f75a3572cd001df7150faf04dc59e6b95edc (patch)
tree2cf0319f84092afaf0d23a8cb9571a3f9f3e316c /src/corelib/io
parentd84e070b57d8657fd0d8ac39bd5862b30791a115 (diff)
downloadQt-7cc0f75a3572cd001df7150faf04dc59e6b95edc.zip
Qt-7cc0f75a3572cd001df7150faf04dc59e6b95edc.tar.gz
Qt-7cc0f75a3572cd001df7150faf04dc59e6b95edc.tar.bz2
Make de file dialog completely compatible with mingw-g++
Some COM interfaces were not defined. Now they are.
Diffstat (limited to 'src/corelib/io')
-rw-r--r--src/corelib/io/qfsfileengine_win.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/corelib/io/qfsfileengine_win.cpp b/src/corelib/io/qfsfileengine_win.cpp
index a6cb5a9..10a7c54 100644
--- a/src/corelib/io/qfsfileengine_win.cpp
+++ b/src/corelib/io/qfsfileengine_win.cpp
@@ -66,10 +66,6 @@
#include <ctype.h>
#include <limits.h>
#define SECURITY_WIN32
-#ifdef Q_CC_MINGW
-// A workaround for a certain version of MinGW, the define UNICODE_STRING.
-#include <subauth.h>
-#endif
#include <security.h>
#ifndef _INTPTR_T_DEFINED