Browse Source

Fix compilation warning.

0.8
Matt Corallo 13 years ago
parent
commit
db1a5609a0
  1. 1
      src/serialize.h

1
src/serialize.h

@ -23,6 +23,7 @@ typedef long long int64; @@ -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,

Loading…
Cancel
Save