mirror of
https://github.com/AppleWin/AppleWin.git
synced 2026-04-26 11:30:11 +00:00
64-bit builds are named AppleWin-x64.exe
Update CodingConventions.txt to reflect VS2022 release builds. Update History.txt.
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user