Skip to content

Commit

Permalink
Fix #21.
Browse files Browse the repository at this point in the history
  • Loading branch information
cheatfate committed Mar 13, 2019
1 parent 257efde commit cf1a73e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chronos/asyncloop.nim
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ when defined(windows) or defined(nimdoc):
lpOverlapped: POVERLAPPED,
lpTransmitBuffers: pointer,
dwReserved: DWORD): cint {.
stdcall.}
stdcall, gcsafe.}

CompletionKey = ULONG_PTR

Expand Down

0 comments on commit cf1a73e

Please sign in to comment.