diff --git a/Build/Notepad3.ini b/Build/Notepad3.ini index 86abc50be..bb95b1676 100644 --- a/Build/Notepad3.ini +++ b/Build/Notepad3.ini @@ -59,7 +59,7 @@ SettingsVersion=5 ;AnalyzeReliableConfidenceLevel=90 ;LocaleAnsiCodePageAnalysisBonus=33 ;LexerSQLNumberSignAsComment=1 -;AtomicFileSave=true; +;AtomicFileSave=true ;ExitOnESCSkipLevel=2 ;ZoomTooltipTimeout=3200 ;in [msec] ;WrapAroundTooltipTimeout=2000 ;in [msec] diff --git a/src/Version.h b/src/Version.h index 4f100a3b1..478250ebe 100644 --- a/src/Version.h +++ b/src/Version.h @@ -162,6 +162,8 @@ inline LPCWSTR _Win10BuildToReleaseId(const DWORD build) #if defined(_MSC_VER) #if (_MSC_VER == 1950) + #if (_MSC_FULL_VER >= 195035725) + #define VER_CPL MS Visual C++ 2026 v18.3.2 #if (_MSC_FULL_VER >= 195035724) #define VER_CPL MS Visual C++ 2026 v18.3.(0-1) #elif (_MSC_FULL_VER >= 195035719)