Shipwright/StormLib/src/wdk/sources-wdk-lzma.c
Nicholas Estelami b3e299dbde Replaced StormLib .lib files with source code.
Some modifications to handle backslashes and forward slashes, along with some optimizations to speed up OTR generation.
2022-06-16 20:35:52 -04:00

9 lines
272 B
C

// This is a source file for WDK build of StormLib
// It is copied to the root folder during the build process
#include "src\lzma\C\LzFind.c"
#include "src\lzma\C\LzFindMt.c"
#include "src\lzma\C\LzmaDec.c"
#include "src\lzma\C\LzmaEnc.c"
#include "src\lzma\C\Threads.c"