mirror of
https://github.com/dlang/phobos.git
synced 2025-05-12 15:17:12 +03:00
update makefile
This commit is contained in:
parent
f052f150bd
commit
780c29f18a
9 changed files with 123 additions and 75 deletions
|
@ -46,6 +46,9 @@ version(linux)
|
|||
|
||||
version(Win32)
|
||||
{
|
||||
|
||||
pragma (lib, "wsock32.lib");
|
||||
|
||||
private import std.c.windows.windows, std.c.windows.winsock;
|
||||
private alias std.c.windows.winsock.timeval _ctimeval;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue