Merge pull request #4979 from hpwamr/Mui_Beta

+upd: version info for MS VS2022 (v17.7.3) update
This commit is contained in:
Pairi Daiza 2023-08-30 16:34:55 +02:00 committed by GitHub
commit 50a47c1995
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -319,9 +319,9 @@ BEGIN
PUSHBUTTON "&Reset",IDC_STYLEDEFAULT,377,201,42,14
PUSHBUTTON "",IDC_PREVSTYLE,426,201,15,14,BS_BITMAP
PUSHBUTTON "",IDC_NEXTSTYLE,445,201,15,14,BS_BITMAP
LTEXT "Dark-Mode Contrast(%):", IDC_STATIC2,181,222,80,8
EDITTEXT IDC_DARK_MODE_CONTRAST,262,220,24,12,ES_AUTOHSCROLL
LTEXT "[0-6000] Default: 75%",IDC_STATIC3,300,222,80,8
LTEXT "Kontrast tmavého režimu (%):", IDC_STATIC2,181,222,80,8
EDITTEXT IDC_DARK_MODE_CONTRAST,265,220,24,12,ES_AUTOHSCROLL
LTEXT "[0-6000] Predvolené: 75%",IDC_STATIC3,300,222,80,8
PUSHBUTTON "&Import...",IDC_IMPORT,181,240,50,14
PUSHBUTTON "E&xport...",IDC_EXPORT,237,240,50,14
DEFPUSHBUTTON "OK",IDOK,355,240,50,14

View File

@ -150,7 +150,7 @@ inline LPCWSTR _Win10BuildToReleaseId(const DWORD build)
#if defined(_MSC_VER)
#if (_MSC_VER == 1937)
#if (_MSC_FULL_VER >= 193732822)
#define VER_CPL MS Visual C++ 2022 v17.7.(0-2)
#define VER_CPL MS Visual C++ 2022 v17.7.(0-3)
#endif
#elif (_MSC_VER == 1936)
#if (_MSC_FULL_VER >= 193632537)