xz/windows
Lasse Collin ad96a871a1 Windows: Add config.h for building liblzma with MSVC 2013.
This is for building liblzma. Building xz tool too requires
a little more work. Maybe it will be supported, but for most
MSVC users it's enough to be able to build liblzma.

C99 support in MSVC 2013 is almost usable which is a big
improvement over earlier versions. It's "almost" because
there's a dumb bug that breaks mixed declarations after
an "if" statements unless the "if" statement uses braces:

https://connect.microsoft.com/VisualStudio/feedback/details/808650/visual-studio-2013-c99-compiler-bug
https://connect.microsoft.com/VisualStudio/feedback/details/808472/c99-support-of-mixed-declarations-and-statements-fails-with-certain-types-and-constructs

Hopefully it will get fixed. Then liblzma should be
compilable with MSVC 2013 without patching.
2014-01-12 19:38:43 +02:00
..
INSTALL-Windows.txt Remove doubled words from documentation and comments. 2011-04-12 11:59:49 +03:00
README-Windows.txt Add native threading support on Windows. 2013-09-17 11:52:28 +03:00
build.bash Add native threading support on Windows. 2013-09-17 11:52:28 +03:00
config.h Windows: Add config.h for building liblzma with MSVC 2013. 2014-01-12 19:38:43 +02:00