summaryrefslogtreecommitdiff
path: root/src/plugins/debugger/registerpostmortemaction.cpp
diff options
context:
space:
mode:
authorYuchen Deng <loaden@gmail.com>2012-07-04 06:29:32 +0800
committerJoerg Bornemann <joerg.bornemann@nokia.com>2012-07-05 07:51:20 +0200
commit234a6454aa1c7626ba94204c6ce0f12fd8195f80 (patch)
tree954503af965c81ba7b297a895d19a37a41e25195 /src/plugins/debugger/registerpostmortemaction.cpp
parent0baa1368fb0863baf0383a2ff3d9923cdc762847 (diff)
downloadqt-creator-234a6454aa1c7626ba94204c6ce0f12fd8195f80.tar.gz
fix cross build use mingw-w64 for Windows
Change-Id: Ie808c819fb0a26f9b846d2dcc3a04c2096626dc4 Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
Diffstat (limited to 'src/plugins/debugger/registerpostmortemaction.cpp')
-rw-r--r--src/plugins/debugger/registerpostmortemaction.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/plugins/debugger/registerpostmortemaction.cpp b/src/plugins/debugger/registerpostmortemaction.cpp
index 3ceedaaccc..1d25c24bba 100644
--- a/src/plugins/debugger/registerpostmortemaction.cpp
+++ b/src/plugins/debugger/registerpostmortemaction.cpp
@@ -42,9 +42,9 @@
#include <QDir>
#include <QString>
-#include <Windows.h>
-#include <Objbase.h>
-#include <Shellapi.h>
+#include <windows.h>
+#include <objbase.h>
+#include <shellapi.h>
using namespace RegistryAccess;