Fix POLLIN|POLLOUT when together on Windows

This commit is contained in:
Justine Tunney 2023-08-08 07:16:46 -07:00
parent 33d280c8ba
commit c48ee8e4fe
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
3 changed files with 32 additions and 4 deletions

View file

@ -4,6 +4,7 @@
#if !(__ASSEMBLER__ + __LINKER__ + 0)
COSMOPOLITAN_C_START_
bool IsAtLeastWindows10(void) pureconst;
bool32 GetVersionEx(struct NtOsVersionInfo *lpVersionInformation);
#if defined(__GNUC__) && !defined(__STRICT_ANSI__) && defined(__x86_64__)