diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2019-05-01 16:43:16 +0300 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2019-05-01 16:53:50 +0300 |
commit | 905de7e93528ca5a47039e7e1e5270163f9fc67e (patch) | |
tree | c7dc364189f0af694636c3f618878c44bbade298 /windows/vs2019/config.h | |
parent | Windows: Upgrade solution itself (diff) | |
download | xz-905de7e93528ca5a47039e7e1e5270163f9fc67e.tar.xz |
Windows: Update VS version in windows/vs2019/config.h.
Diffstat (limited to '')
-rw-r--r-- | windows/vs2019/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/windows/vs2019/config.h b/windows/vs2019/config.h index 25ac18e7..ef921e80 100644 --- a/windows/vs2019/config.h +++ b/windows/vs2019/config.h @@ -1,4 +1,4 @@ -/* config.h for compiling liblzma (*not* the whole XZ Utils) with MSVC 2017 */ +/* config.h for compiling liblzma (*not* the whole XZ Utils) with MSVC 2019 */ /* Prefix for symbols exported by tuklib_*.c files */ #define TUKLIB_SYMBOL_PREFIX lzma_ |