commit | 096e72959b640d7ef71ae3c06642833796117a38 | [log] [tgz] |
---|---|---|
author | Dave Rodgman <dave.rodgman@arm.com> | Sat Feb 25 17:17:35 2023 +0000 |
committer | Dave Rodgman <dave.rodgman@arm.com> | Sat Feb 25 17:17:35 2023 +0000 |
tree | 8f9a8bf901c161dc4601989ec83cd10d1da0eee8 | |
parent | f5e531a87b34f17f46e789456a05fb75655da14b [diff] [blame] |
Fix case of include header for mingw Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
diff --git a/library/platform_util.c b/library/platform_util.c index 9878cc2..f9fe4f5 100644 --- a/library/platform_util.c +++ b/library/platform_util.c
@@ -45,7 +45,7 @@ #include <string.h> #if defined(_WIN32) -#include <Windows.h> +#include <windows.h> #endif // Detect platforms known to support explicit_bzero()