From 50a0af98c4f118c24e59e1a04a36005f67d87fd3 Mon Sep 17 00:00:00 2001 From: Pairi Daiza Date: Tue, 24 Feb 2026 22:58:21 +0100 Subject: [PATCH] MUI - fix typo --- src/Version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Version.h b/src/Version.h index 478250ebe..030dee76c 100644 --- a/src/Version.h +++ b/src/Version.h @@ -164,7 +164,7 @@ inline LPCWSTR _Win10BuildToReleaseId(const DWORD build) #if (_MSC_VER == 1950) #if (_MSC_FULL_VER >= 195035725) #define VER_CPL MS Visual C++ 2026 v18.3.2 - #if (_MSC_FULL_VER >= 195035724) + #elif (_MSC_FULL_VER >= 195035724) #define VER_CPL MS Visual C++ 2026 v18.3.(0-1) #elif (_MSC_FULL_VER >= 195035719) #define VER_CPL MS Visual C++ 2026 v18.(1-2)