Fix compile due to undefined CERT_NAME_BLOB

mingw-w64 bug 523 means that compile fails with missing type CERT_NAME_BLOB
Pulling in wincrypt.h solves this
This commit is contained in:
Will Toohey 2019-11-17 14:30:17 +10:00
parent f5aa7f4d88
commit 9f933bb371
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
#include <windows.h>
#include <wincrypt.h>
#include <iphlpapi.h>
#include <stddef.h>