mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 10:47:28 +02:00
Fix wincrypt.h
include header case when used with case sensitive file system.
This commit is contained in:
@ -164,7 +164,7 @@
|
|||||||
|
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
#include <Wincrypt.h>
|
#include <wincrypt.h>
|
||||||
|
|
||||||
/* mingw gcc does not support pragma comment, and the
|
/* mingw gcc does not support pragma comment, and the
|
||||||
* linking with crypt32 is handled in configure.ac */
|
* linking with crypt32 is handled in configure.ac */
|
||||||
|
Reference in New Issue
Block a user