Commit 3a69bf0a authored by Ed Catmur's avatar Ed Catmur Committed by GitHub

Define WIN32_LEAN_AND_MEAN

before including windows.h.
parent 33f53084
......@@ -31,6 +31,7 @@
#include <fcntl.h>
#if _WIN32
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#include <wincrypt.h>
#undef VOID
......
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