Skip to content

Commit 4aadfda

Browse files
authored
Update the msvc version to 1950. (#14042)
1 parent 666bc4d commit 4aadfda

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

Extension/bin/windows.msvc.arm.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"--microsoft",
55
"--microsoft_bugs",
66
"--microsoft_version",
7-
"1943",
8-
"-D_MSC_VER=1943",
9-
"-D_MSC_FULL_VER=194334604",
7+
"1950",
8+
"-D_MSC_VER=1950",
9+
"-D_MSC_FULL_VER=195035717",
1010
"-D_MSC_BUILD=0",
1111
"-D_M_ARM=7"
1212
],

Extension/bin/windows.msvc.arm64.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
"--microsoft",
55
"--microsoft_bugs",
66
"--microsoft_version",
7-
"1943",
7+
"1950",
88
"-D_CPPUNWIND=1",
9-
"-D_MSC_VER=1943",
10-
"-D_MSC_FULL_VER=194334604",
9+
"-D_MSC_VER=1950",
10+
"-D_MSC_FULL_VER=195035717",
1111
"-D_MSC_BUILD=0",
1212
"-D_M_ARM64=1"
1313
],

Extension/bin/windows.msvc.x64.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
"--microsoft",
55
"--microsoft_bugs",
66
"--microsoft_version",
7-
"1943",
7+
"1950",
88
"-D_CPPUNWIND=1",
9-
"-D_MSC_VER=1943",
10-
"-D_MSC_FULL_VER=194334604",
9+
"-D_MSC_VER=1950",
10+
"-D_MSC_FULL_VER=195035717",
1111
"-D_MSC_BUILD=0",
1212
"-D_M_X64=100",
1313
"-D_M_AMD64=100"

Extension/bin/windows.msvc.x86.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"--microsoft",
55
"--microsoft_bugs",
66
"--microsoft_version",
7-
"1943",
8-
"-D_MSC_VER=1943",
9-
"-D_MSC_FULL_VER=194334604",
7+
"1950",
8+
"-D_MSC_VER=1950",
9+
"-D_MSC_FULL_VER=195035717",
1010
"-D_MSC_BUILD=0",
1111
"-D_M_IX86=600",
1212
"-D_M_IX86_FP=2"

0 commit comments

Comments
 (0)