OSDN Git Service

Compile fix for MSVC 2005
authorRobert Loehning <robert.loehning@nokia.com>
Wed, 14 Apr 2010 18:15:11 +0000 (20:15 +0200)
committerRobert Loehning <robert.loehning@nokia.com>
Wed, 14 Apr 2010 18:32:03 +0000 (20:32 +0200)
src/plugins/debugger/registerpostmortemaction.cpp

index 611c885..4398a1d 100644 (file)
 **
 **************************************************************************/
 
+#ifndef _WIN32_WINNT
+#define _WIN32_WINNT 0x0400
+#endif
+
 #include "registerpostmortemaction.h"
 
 #include "registryaccess.h"