krb5 commit: Update Windows installer config for VS 2026
[email protected] Fri, 12 Jun 2026 17:46:09 -0400 (EDT)
| Newsgroups | gmane.comp.encryption.kerberos.cvs |
|---|---|
| Message-ID | <[email protected]> |
https://github.com/krb5/krb5/commit/cba0aeecfbcc1d2f753e9ef78e93f4495d1bd149 commit cba0aeecfbcc1d2f753e9ef78e93f4495d1bd149 Author: Greg Hudson <[email protected]> Date: Thu Jun 11 22:52:15 2026 -0400 Update Windows installer config for VS 2026 src/windows/installer/wix/config.wxi | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/windows/installer/wix/config.wxi b/src/windows/installer/wix/config.wxi index ffd68d9cd..49dcce0f2 100644 --- a/src/windows/installer/wix/config.wxi +++ b/src/windows/installer/wix/config.wxi @@ -55,6 +55,8 @@ <?define VCVer="142"?> <?elseif $(env.VISUALSTUDIOVERSION) = "17.0"?> <?define VCVer="143"?> + <?elseif $(env.VISUALSTUDIOVERSION) = "18.0"?> + <?define VCVer="145"?> <?else?> <?error Unknown MFC version?> <?endif?>