From 61adb6a1ba66d0990ccc72b6a105797987c0a4f3 Mon Sep 17 00:00:00 2001 From: "U-Andreas-PC\\Andreas" Date: Mon, 21 Mar 2011 15:11:34 +0100 Subject: tested on Windows 7 64-bit with VC8 (Platform SDK 7.0) fixed bug in test9 --- sqlite-3.7.5/Makefile.W32 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sqlite-3.7.5') diff --git a/sqlite-3.7.5/Makefile.W32 b/sqlite-3.7.5/Makefile.W32 index 5bb8070..a911d8b 100644 --- a/sqlite-3.7.5/Makefile.W32 +++ b/sqlite-3.7.5/Makefile.W32 @@ -4,7 +4,7 @@ SUBDIRS = INCLUDE_DIRS = \ /I. \ - /D_WIN32_WINNT=0x400 /I"$(PLATFORM_SDK_DIR)\Include" + /D_WIN32_WINNT=0x500 /I"$(PLATFORM_SDK_DIR)\Include" BINS = -- cgit v1.2.3-54-g00ecf