Fix compilation warning.

This commit is contained in:
Matt Corallo 2012-02-17 18:08:45 -05:00
parent c85c37acb1
commit db1a5609a0
1 changed files with 1 additions and 0 deletions

View File

@ -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,