diff --git a/chronos/asyncloop.nim b/chronos/asyncloop.nim index f68fc176..3beb7663 100644 --- a/chronos/asyncloop.nim +++ b/chronos/asyncloop.nim @@ -267,7 +267,7 @@ when defined(windows) or defined(nimdoc): lpOverlapped: POVERLAPPED, lpTransmitBuffers: pointer, dwReserved: DWORD): cint {. - stdcall.} + gcsafe, stdcall.} CompletionKey = ULONG_PTR