From 8aa5f3d897a1716667db09f415fe7acf666a6967 Mon Sep 17 00:00:00 2001 From: Robert Loehning <robert.loehning@nokia.com> Date: Wed, 14 Apr 2010 20:15:11 +0200 Subject: [PATCH] Compile fix for MSVC 2005 --- src/plugins/debugger/registerpostmortemaction.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/plugins/debugger/registerpostmortemaction.cpp b/src/plugins/debugger/registerpostmortemaction.cpp index 611c8857521..4398a1d9772 100644 --- a/src/plugins/debugger/registerpostmortemaction.cpp +++ b/src/plugins/debugger/registerpostmortemaction.cpp @@ -27,6 +27,10 @@ ** **************************************************************************/ +#ifndef _WIN32_WINNT +#define _WIN32_WINNT 0x0400 +#endif + #include "registerpostmortemaction.h" #include "registryaccess.h" -- GitLab