mirror of
https://gitea.tendokyu.moe/Dniel97/segatools.git
synced 2025-01-19 06:27:23 +01:00
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:
parent
33621dd1e8
commit
5ab159c972
@ -1,4 +1,5 @@
|
||||
#include <windows.h>
|
||||
#include <wincrypt.h>
|
||||
#include <iphlpapi.h>
|
||||
|
||||
#include <stddef.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user