C++: make async tests green on Windows

This commit is contained in:
Araq
2018-12-21 17:16:14 +01:00
parent da80992577
commit 4a6d699bc5
3 changed files with 7 additions and 6 deletions

View File

@@ -516,7 +516,7 @@ type
fd_count*: cint # unsigned
fd_array*: array[0..FD_SETSIZE-1, SocketHandle]
Timeval* = object
Timeval* {.importc: "timeval", header: "<time.h>".} = object
tv_sec*, tv_usec*: int32
AddrInfo* = object