aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMatt Corallo <[email protected]>2012-02-17 18:08:45 -0500
committerMatt Corallo <[email protected]>2012-02-18 01:22:22 -0500
commitdb1a5609a0f391f6595781bfc6fc4c032ac8477d (patch)
tree938abfbc626d4e184029d0f95e48c8ad8c06cb0c /src
parentincrease BitcoinAddressValidator::MaxAddressLength from 34 to 35 (diff)
downloaddiscoin-db1a5609a0f391f6595781bfc6fc4c032ac8477d.tar.xz
discoin-db1a5609a0f391f6595781bfc6fc4c032ac8477d.zip
Fix compilation warning.
Diffstat (limited to 'src')
-rw-r--r--src/serialize.h1
1 files changed, 1 insertions, 0 deletions
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 <windows.h>
// This is used to attempt to keep keying material out of swap
// Note that VirtualLock does not provide this as a guarantee on Windows,