From 2185a70ac8c3e5a145f8d21305a7596fe04812c5 Mon Sep 17 00:00:00 2001 From: Eugene Wissner Date: Wed, 25 Apr 2018 13:09:34 +0200 Subject: [PATCH] Fix #33 --- source/tanya/network/socket.d | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/source/tanya/network/socket.d b/source/tanya/network/socket.d index 1190d43..d68378b 100644 --- a/source/tanya/network/socket.d +++ b/source/tanya/network/socket.d @@ -45,10 +45,8 @@ version (Posix) } else version (Windows) { - import core.sys.windows.winbase : ERROR_IO_INCOMPLETE, - ERROR_IO_PENDING, - GetModuleHandle, - GetProcAddress; + import core.sys.windows.winbase; + import core.sys.windows.winerror; import core.sys.windows.winsock2 : accept, addrinfo, bind,