diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2020-10-04 12:42:57 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2020-10-04 12:42:57 +0300 |
commit | 70f340535ebd6e3e566ddf1299e0454d81f790ac (patch) | |
tree | a7fd421762fc5c4527c492d4e9061a44ac6dd2b7 | |
parent | for UTF-8, only WC_ERR_INVALID_CHARS is supported (diff) | |
download | winapi-utf8-70f340535ebd6e3e566ddf1299e0454d81f790ac.tar.gz winapi-utf8-70f340535ebd6e3e566ddf1299e0454d81f790ac.zip |
AppVeyor: re-enable VS 2017 builds
-rw-r--r-- | .appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml index f7bd3aa..97b37f1 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -3,7 +3,7 @@ version: '{build}' image: #- Visual Studio 2013 #- Visual Studio 2015 - #- Visual Studio 2017 + - Visual Studio 2017 - Visual Studio 2019 environment: |