64-bit builds are named AppleWin-x64.exe

Update CodingConventions.txt to reflect VS2022 release builds.
Update History.txt.
This commit is contained in:
tomcw
2025-09-28 17:34:55 +01:00
parent 36120f4043
commit 64173ce56e
4 changed files with 27 additions and 8 deletions
+1 -4
View File
@@ -192,10 +192,7 @@ Do not use sprintf(), sprintf_s(), StringCbPrintf(), wsprintf(), etc. - instead
4) Use of C++
VS2019's Platform Toolset "Visual Studio 2017 - Windows XP(v141_xp)" is used for building releases.
This is VS2017 v15.0, which includes support for C++11, C++14 and some C++17 core language support[1].
[1] https://docs.microsoft.com/en-us/cpp/overview/visual-cpp-language-conformance?view=msvc-170
VS2022's Platform Toolset v143 & Windows SDK 10.0 is used for building releases.
4.1: Type deduction (including auto)