aboutsummaryrefslogtreecommitdiff
path: root/src/liblzma
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2014-01-12 19:38:43 +0200
committerLasse Collin <lasse.collin@tukaani.org>2014-01-12 19:38:43 +0200
commitad96a871a1470eb76d6233d3890ce9338047b7a3 (patch)
tree4b4a0cf53cafe2bab98a6719b842448b7dfe2932 /src/liblzma
parentxz: Fix a comment. (diff)
downloadxz-ad96a871a1470eb76d6233d3890ce9338047b7a3.tar.xz
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.
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions