Commit 33f53084 authored by Ed Catmur's avatar Ed Catmur Committed by GitHub

Add include <wincrypt.h>

Visual Studio 2017 (14.11.25503, 19.11.25508.2) needs `#include <wincrypt.h>` for CryptGenRandom etc.
parent 065181a1
......@@ -32,6 +32,7 @@
#if _WIN32
#include <windows.h>
#include <wincrypt.h>
#undef VOID
#endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment