mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-30 19:23:57 +00:00
C++: make async tests green on Windows
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user