Merge pull request #5091 from hpwamr/Mui_Beta

+upd: version info for MS VS2022 (v17.8.4) update
This commit is contained in:
Pairi Daiza 2024-01-17 21:18:55 +01:00 committed by GitHub
commit bea7284d8d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 5 additions and 1 deletions

View File

@ -109,6 +109,7 @@ hpwamr https://github.com/hpwamr
igorruckert https://github.com/igorruckert
jupester https://github.com/jupester
kayazeren https://github.com/kayazeren
kidzgy https://github.com/kidzgy
kofifus https://github.com/kofifus
Lacn0755 https://github.com/Lacn0755
leeoniya https://github.com/leeoniya
@ -120,6 +121,7 @@ MadDogVachon https://github.com/MadDogVachon
Matteo-Nigro https://github.com/Matteo-Nigro
MelchiorGaspar https://github.com/MelchiorGaspar
Mitezuss https://github.com/Mitezuss
np3fan https://github.com/np3fan
RaiKoHoff https://github.com/RaiKoHoff
rizonesoft https://github.com/rizonesoft
Rudolfin https://github.com/Rudolfin

View File

@ -131,6 +131,7 @@ IDS_MUI_ABOUT_ACKNOWLEDGES "\
\\cf0 igorruckert\\tab https://github.com/igorruckert\\par\
\\cf0 jupester\\tab https://github.com/jupester\\par\
\\cf0 kayazeren\\tab https://github.com/kayazeren\\par\
\\cf0 kidzgy\\tab https://github.com/kidzgy\\par\
\\cf0 kofifus\\tab https://github.com/kofifus\\par\
\\cf0 Lacn0755\\tab https://github.com/Lacn0755\\par\
\\cf0 leeoniya\\tab https://github.com/leeoniya\\par\
@ -142,6 +143,7 @@ IDS_MUI_ABOUT_ACKNOWLEDGES "\
\\cf0 Matteo-Nigro\\tab https://github.com/Matteo-Nigro\\par\
\\cf0 MelchiorGaspar\\tab https://github.com/MelchiorGaspar\\par\
\\cf0 Mitezuss\\tab https://github.com/Mitezuss\\par\
\\cf0 np3fan\\tab https://github.com/np3fan\\par\
\\cf0 RaiKoHoff\\tab https://github.com/RaiKoHoff\\par\
\\cf0 rizonesoft\\tab https://github.com/rizonesoft\\par\
\\cf0 Rudolfin\\tab https://github.com/Rudolfin\\par\

View File

@ -155,7 +155,7 @@ inline LPCWSTR _Win10BuildToReleaseId(const DWORD build)
#if defined(_MSC_VER)
#if (_MSC_VER == 1938)
#if (_MSC_FULL_VER >= 193833134)
#define VER_CPL MS Visual C++ 2022 v17.8.4
#define VER_CPL MS Visual C++ 2022 v17.8.(4-5)
#elif (_MSC_FULL_VER >= 193833133)
#define VER_CPL MS Visual C++ 2022 v17.8.3
#elif (_MSC_FULL_VER >= 193833130)