qzdoom/tools/zipdir
Christoph Oelckers 270541f942 fixed compilation with latest LZMA SDK on Windows.
LZMA SDK recently added an #include <windows.h> to its headers, meaning it's no longer safe to include its headers globally in platform independent files.
The following changes were necessary:

- rename DWORD type in zipdir.c
- add USE_WINDOWS_DWORD and reorder includes in file_7z.cpp
- wrap LZMA decoder stream into a local struct that's declared anonymously in files.h and adjust files.cpp for this change.
2014-06-26 09:43:51 +02:00
..
CMakeLists.txt - Add support for cross compiling so that OS X PowerPC builds can still be made on systems without rosetta (10.7+). (Compiling x86 binaries on ppc should also be possible.) 2014-01-02 01:59:04 -05:00
zipdir.c fixed compilation with latest LZMA SDK on Windows. 2014-06-26 09:43:51 +02:00
zipdir.vcproj - Added support for zip/pk3 files with LZMA and bzip2 compression to ZDoom. 2009-03-10 23:07:37 +00:00