windows build fix

pull/2/merge
Wladimir J. van der Laan 14 years ago
parent a75e1e3292
commit 24c835b0b6

@ -30,6 +30,7 @@ typedef unsigned long long uint64;
#endif #endif
#ifdef __WXMSW__ #ifdef __WXMSW__
#include <windows.h>
// This is used to attempt to keep keying material out of swap // This is used to attempt to keep keying material out of swap
// Note that VirtualLock does not provide this as a guarantee on Windows, // Note that VirtualLock does not provide this as a guarantee on Windows,
// but, in practice, memory that has been VirtualLock'd almost never gets written to // but, in practice, memory that has been VirtualLock'd almost never gets written to

Loading…
Cancel
Save