Fix to simple a += b overload fallback. Renaming and reordering in the stdlib.

This commit is contained in:
Christoffer Lerno
2025-04-14 21:07:04 +02:00
parent b64dcde21d
commit 0a9bb2e8e0
30 changed files with 142 additions and 545 deletions

View File

@@ -88,7 +88,7 @@ fn fault convert_error(WSAError error)
fn fault socket_error()
{
return convert_error(win32_WSAGetLastError());
return convert_error(win32::wsaGetLastError());
}
const CUShort POLLIN = win32::POLLIN;