From db1a5609a0f391f6595781bfc6fc4c032ac8477d Mon Sep 17 00:00:00 2001 From: Matt Corallo Date: Fri, 17 Feb 2012 18:08:45 -0500 Subject: [PATCH] Fix compilation warning. --- src/serialize.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/serialize.h b/src/serialize.h index 6eb4f4ee4..c046bf37e 100644 --- a/src/serialize.h +++ b/src/serialize.h @@ -23,6 +23,7 @@ typedef long long int64; typedef unsigned long long uint64; #ifdef WIN32 +#define _WIN32_WINNT 0x0501 #include // This is used to attempt to keep keying material out of swap // Note that VirtualLock does not provide this as a guarantee on Windows,