diff options
| author | Pieter Wuille <[email protected]> | 2012-02-18 04:56:58 -0800 |
|---|---|---|
| committer | Pieter Wuille <[email protected]> | 2012-02-18 04:56:58 -0800 |
| commit | e9a041c536f1f46d218127bad1989be58f095680 (patch) | |
| tree | 9b3a5d8b363d8d984799c56ff0e56d03e43d8172 | |
| parent | Merge pull request #859 from laanwj/2012_02_guilanguagearg (diff) | |
| parent | Fix compilation warning. (diff) | |
| download | discoin-e9a041c536f1f46d218127bad1989be58f095680.tar.xz discoin-e9a041c536f1f46d218127bad1989be58f095680.zip | |
Merge pull request #862 from TheBlueMatt/warnings
Fix compilation warning.
| -rw-r--r-- | src/serialize.h | 1 |
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, |