Skip to content

Commit 2aca406

Browse files
committed
Add 32-bit Windows to our primary platform list
We already have 64-bit Windows on our primary platform list, and 32-bit and 64-bit Linux. We should probably also have 32-bit Windows on the list. Reviewed-by: Richard Levitte <[email protected]> Reviewed-by: Anton Arapov <[email protected]> Reviewed-by: Dmitry Misharov <[email protected]>
1 parent a68aeae commit 2aca406

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

policy-supplemental/platforms.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
| linux-generic32 | | Debian 11 | | x86 | | gcc 10 |
99
| BSD-x86\_64 | | FreeBSD 13.0 | | x86\_64 | | Clang 11 |
1010
| VC-WIN64A | | Windows 10 | | x86\_64 | | Visual Studio 2019 Community Edition |
11+
| VC-WIN32 | | Windows 10 | | x86 | | Visual Studio 2019 Community Edition |
1112
| mingw64 | | Windows 10 | | x86\_64 | | MinGW (64 bit) and MSYS2 |
1213
| darwin64-x86\_64 | | Mac OS Big Sur (11) | | x86\_64 | | Apple clang 13 |
1314
| darwin64-arm64 | | Mac OS Big Sur (11) | | AArch64 (M1) | | Apple clang 12 |
@@ -136,7 +137,6 @@
136137
| aix64-cc | | AIX | | ppc64 | | ?? |
137138
| BS2000-OSD | | BS2000/OSD | | ?? | | ?? |
138139
| VC-WIN64I | | Windows XP / Windows Server 2008? | | ia64 | | Visual C |
139-
| VC-WIN32 | | Windows 10 | | x86 | | Visual C |
140140
| VC-CE | | Windows CE | | x86 / armv4? | | Visual C |
141141
| VC-WIN64A-masm | | Windows 10 | | x86 | | Visual C with masm |
142142
| mingw | | Windows 10? | | x86 | | gcc |

0 commit comments

Comments
 (0)