From b8dc5d056f8df554f2c4e8d18026c2fadf664a6a Mon Sep 17 00:00:00 2001 From: Duncan Ogilvie Date: Sat, 26 Dec 2015 00:03:37 +0100 Subject: [PATCH] Update _global.h --- src/dbg/_global.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dbg/_global.h b/src/dbg/_global.h index c73d7f9c..37416281 100644 --- a/src/dbg/_global.h +++ b/src/dbg/_global.h @@ -1,7 +1,7 @@ #ifndef _GLOBAL_H #define _GLOBAL_H -#define _WIN32_WINNT 0x0601 +#define _WIN32_WINNT 0x0501 #define WINVER 0x0501 #define _WIN32_IE 0x0500