From 9f933bb3713d25a590607ed553c3ba64551910f5 Mon Sep 17 00:00:00 2001 From: Will Toohey Date: Sun, 17 Nov 2019 14:30:17 +1000 Subject: [PATCH] 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 --- platform/netenv.c | 1 + 1 file changed, 1 insertion(+) diff --git a/platform/netenv.c b/platform/netenv.c index 6126aa9..37a9eae 100644 --- a/platform/netenv.c +++ b/platform/netenv.c @@ -1,4 +1,5 @@ #include +#include #include #include