Drop references to Windows in doc/dev

Windows is not a supported platform any more.
This commit is contained in:
Tony Finch
2022-03-09 17:18:21 +00:00
parent 328d11297d
commit 037468f6a4
2 changed files with 5 additions and 8 deletions

View File

@@ -24,8 +24,7 @@ below.
A C11 compiler, library with C11 extensions and POSIX:2001 are assumed. Feel
free to use any C11 feature, but make sure to provide compatibility shims for
all supported platforms, e.g. Windows MSVC that doesn't support all of the C11
features.
all supported platforms that don't support all of the C11 features.
#### Warnings