git subrepo pull (merge) --force deps/libchdr
[pcsx_rearmed.git] / deps / libchdr / deps / lzma-22.01 / src / CpuArch.c
index 1110414..891f2df 100644 (file)
@@ -217,7 +217,7 @@ BoolInt CPU_Is_InOrder()
 }\r
 \r
 #if !defined(MY_CPU_AMD64) && defined(_WIN32)\r
-#include <Windows.h>\r
+#include <windows.h>\r
 static BoolInt CPU_Sys_Is_SSE_Supported()\r
 {\r
   OSVERSIONINFO vi;\r
@@ -275,7 +275,7 @@ BoolInt CPU_IsSupported_SHA()
 // #include <stdio.h>\r
 \r
 #ifdef _WIN32\r
-#include <Windows.h>\r
+#include <windows.h>\r
 #endif\r
 \r
 BoolInt CPU_IsSupported_AVX2()\r
@@ -351,7 +351,7 @@ BoolInt CPU_IsSupported_PageGB()
 \r
 #ifdef _WIN32\r
 \r
-#include <Windows.h>\r
+#include <windows.h>\r
 \r
 BoolInt CPU_IsSupported_CRC32()  { return IsProcessorFeaturePresent(PF_ARM_V8_CRC32_INSTRUCTIONS_AVAILABLE) ? 1 : 0; }\r
 BoolInt CPU_IsSupported_CRYPTO() { return IsProcessorFeaturePresent(PF_ARM_V8_CRYPTO_INSTRUCTIONS_AVAILABLE) ? 1 : 0; }\r