Unverified Commit 9f5b8a85 authored by Kenton Varda's avatar Kenton Varda Committed by GitHub

Merge pull request #571 from ecatmur/patch-1

Include <wincrypt.h> directly for WIN32_LEAN_AND_MEAN
parents 4f5ebd93 3a69bf0a
...@@ -31,7 +31,9 @@ ...@@ -31,7 +31,9 @@
#include <fcntl.h> #include <fcntl.h>
#if _WIN32 #if _WIN32
#define WIN32_LEAN_AND_MEAN
#include <windows.h> #include <windows.h>
#include <wincrypt.h>
#undef VOID #undef VOID
#endif #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