Fix wincrypt.h include header case when used with case sensitive file system.

This commit is contained in:
David Garske
2023-02-15 11:44:34 -08:00
parent 7e582932f3
commit 5481a059c4

View File

@ -164,7 +164,7 @@
#ifdef _WIN32
#include <windows.h>
#include <Wincrypt.h>
#include <wincrypt.h>
/* mingw gcc does not support pragma comment, and the
* linking with crypt32 is handled in configure.ac */