Dependencies: Updated LZMA SDK from 19.00 to 21.02 alpha

This commit is contained in:
Jens Steube
2021-05-16 08:51:59 +02:00
parent d08b5b04fa
commit e365313a44
87 changed files with 10251 additions and 2036 deletions
+15
View File
@@ -0,0 +1,15 @@
/**
* Author......: See docs/credits.txt
* License.....: MIT
*/
#ifndef _WINDOWS_H
#define _WINDOWS_H
// This is a workaround for files asking to include Windows.h instead of windows.h
// The problem is that MinGW provides only windows.h
// LZMA SDK will fail to cross compile for Windows on Linux
#include <windows.h>
#endif // _WINDOWS_H