mirror of
https://gitea.tendokyu.moe/Hay1tsme/segatools.git
synced 2026-09-09 04:36:30 -05: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:
@@ -1,4 +1,5 @@
|
||||
#include <windows.h>
|
||||
#include <wincrypt.h>
|
||||
#include <iphlpapi.h>
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
Reference in New Issue
Block a user