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:43:16 +0300 |
commit | 64030c6b17f7743df03a9948a0ccfcdf40c6b97c (patch) | |
tree | eb964844cf8199ea9f63ed977bbd3fb5a2e2819f /windows/vs2019/config.h | |
parent | Windows: Upgrade solution itself (diff) | |
download | xz-64030c6b17f7743df03a9948a0ccfcdf40c6b97c.tar.xz |
Windows: Update VS version in windows/vs2019/config.h.
Diffstat (limited to 'windows/vs2019/config.h')
-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_ |