mirror of
https://github.com/aaru-dps/Aaru.Compression.Native.git
synced 2025-12-16 19:24:31 +00:00
Fix compiling for Windows/ARM(64), linking still not working.
This commit is contained in:
2
3rdparty/lzma-21.03beta/C/Threads.h
vendored
2
3rdparty/lzma-21.03beta/C/Threads.h
vendored
@@ -5,7 +5,7 @@
|
||||
#define __7Z_THREADS_H
|
||||
|
||||
#ifdef _WIN32
|
||||
#include <Windows.h>
|
||||
#include <windows.h>
|
||||
#else
|
||||
|
||||
#if defined(__linux__)
|
||||
|
||||
Reference in New Issue
Block a user