mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Fix to simple a += b overload fallback. Renaming and reordering in the stdlib.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user