From a427648c48d99be292cb37b6c53bd1205414ad59 Mon Sep 17 00:00:00 2001 From: Araq Date: Fri, 27 Dec 2013 16:35:21 +0100 Subject: case consistency part 2 --- lib/windows/winlean.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/windows') diff --git a/lib/windows/winlean.nim b/lib/windows/winlean.nim index c2089906a..481f61fda 100644 --- a/lib/windows/winlean.nim +++ b/lib/windows/winlean.nim @@ -340,7 +340,7 @@ const WSAEWOULDBLOCK* = 10035 WSAEINPROGRESS* = 10036 -proc WSAGetLastError*(): cint {.importc: "WSAGetLastError", dynlib: ws2dll.} +proc wsaGetLastError*(): cint {.importc: "WSAGetLastError", dynlib: ws2dll.} type TSocketHandle* = distinct int -- cgit 1.4.1-2-gfad0 optgroup label='branches'> Soul of a tiny new machine. More thorough tests → More comprehensible and rewrite-friendly software → More resilient society.Kartik K. Agaram <vc@akkartik.com>
about summary refs log blame commit diff stats
path: root/misc_checks.subx
blob: f9cedf9238ed1d1a883345e9ca74d7d23b72fab3 (plain) (tree)
1
2
3