diff --git a/thirdparty/libchdr/.gitignore b/thirdparty/libchdr/.gitignore new file mode 100644 index 0000000000..0cf7bbe5bb --- /dev/null +++ b/thirdparty/libchdr/.gitignore @@ -0,0 +1,3 @@ +*.o +*.d +build/ diff --git a/thirdparty/libchdr/deps/lzma-22.01/include/Threads.h b/thirdparty/libchdr/deps/lzma-22.01/include/Threads.h index e9493afff6..71972558d4 100644 --- a/thirdparty/libchdr/deps/lzma-22.01/include/Threads.h +++ b/thirdparty/libchdr/deps/lzma-22.01/include/Threads.h @@ -5,7 +5,7 @@ #define __7Z_THREADS_H #ifdef _WIN32 -#include +#include #else #if defined(__linux__) diff --git a/thirdparty/libchdr/deps/lzma-22.01/src/Alloc.c b/thirdparty/libchdr/deps/lzma-22.01/src/Alloc.c index 142a1ea221..0d0107c56f 100644 --- a/thirdparty/libchdr/deps/lzma-22.01/src/Alloc.c +++ b/thirdparty/libchdr/deps/lzma-22.01/src/Alloc.c @@ -6,7 +6,7 @@ #include #ifdef _WIN32 -#include +#include #endif #include diff --git a/thirdparty/libchdr/deps/lzma-22.01/src/CpuArch.c b/thirdparty/libchdr/deps/lzma-22.01/src/CpuArch.c index 1110414598..891f2df524 100644 --- a/thirdparty/libchdr/deps/lzma-22.01/src/CpuArch.c +++ b/thirdparty/libchdr/deps/lzma-22.01/src/CpuArch.c @@ -217,7 +217,7 @@ BoolInt CPU_Is_InOrder() } #if !defined(MY_CPU_AMD64) && defined(_WIN32) -#include +#include static BoolInt CPU_Sys_Is_SSE_Supported() { OSVERSIONINFO vi; @@ -275,7 +275,7 @@ BoolInt CPU_IsSupported_SHA() // #include #ifdef _WIN32 -#include +#include #endif BoolInt CPU_IsSupported_AVX2() @@ -351,7 +351,7 @@ BoolInt CPU_IsSupported_PageGB() #ifdef _WIN32 -#include +#include BoolInt CPU_IsSupported_CRC32() { return IsProcessorFeaturePresent(PF_ARM_V8_CRC32_INSTRUCTIONS_AVAILABLE) ? 1 : 0; } BoolInt CPU_IsSupported_CRYPTO() { return IsProcessorFeaturePresent(PF_ARM_V8_CRYPTO_INSTRUCTIONS_AVAILABLE) ? 1 : 0; }