mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2026-01-03 23:30:11 +01:00
Fix case of include header for mingw
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
This commit is contained in:
parent
f5e531a87b
commit
096e72959b
|
|
@ -45,7 +45,7 @@
|
|||
#include <string.h>
|
||||
|
||||
#if defined(_WIN32)
|
||||
#include <Windows.h>
|
||||
#include <windows.h>
|
||||
#endif
|
||||
|
||||
// Detect platforms known to support explicit_bzero()
|
||||
|
|
|
|||
Loading…
Reference in a new issue