aboutsummaryrefslogtreecommitdiff
path: root/src/wdk/sources-wdk-bzip2.c
diff options
context:
space:
mode:
authorLadislav Zezula <zezula@volny.cz>2020-05-11 06:56:25 +0200
committerLadislav Zezula <zezula@volny.cz>2020-05-11 06:56:25 +0200
commit9a17c626510d78fb91b8f69fc52b57c5381b0dea (patch)
treeeb0a930811dc15c53d588994da609906c7d01435 /src/wdk/sources-wdk-bzip2.c
parent6065d16ba99f40011c494a31a8f65b7edd15025e (diff)
Added WDK build
Diffstat (limited to 'src/wdk/sources-wdk-bzip2.c')
-rw-r--r--src/wdk/sources-wdk-bzip2.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/wdk/sources-wdk-bzip2.c b/src/wdk/sources-wdk-bzip2.c
new file mode 100644
index 0000000..74cf92a
--- /dev/null
+++ b/src/wdk/sources-wdk-bzip2.c
@@ -0,0 +1,13 @@
+// This is a source file for WDK build of StormLib
+// It is copied to the root folder during the build process
+
+#pragma warning(disable: 4242) // '=' : conversion from 'Int32' to 'UChar', possible loss of data
+#pragma warning(disable: 4244) // '=' : conversion from '__int64' to 'Int32', possible loss of data
+
+#include "src\bzip2\blocksort.c"
+#include "src\bzip2\bzlib.c"
+#include "src\bzip2\compress.c"
+#include "src\bzip2\crctable.c"
+#include "src\bzip2\decompress.c"
+#include "src\bzip2\huffman.c"
+#include "src\bzip2\randtable.c"