Skip to content

Commit

Permalink
Revert "Deprecate last remaining module from std.c and move it to dru…
Browse files Browse the repository at this point in the history
…ntime"
  • Loading branch information
H. S. Teoh committed Nov 8, 2014
1 parent 70d0a6d commit ab5c76b
Show file tree
Hide file tree
Showing 4 changed files with 732 additions and 7 deletions.
2 changes: 1 addition & 1 deletion etc/c/curl.d
Expand Up @@ -116,7 +116,7 @@ alias socket_t curl_socket_t;

/// jdrewsen - Would like to get socket error constant from std.socket by it is private atm.
version(Windows) {
private import core.sys.windows.windows, core.sys.windows.winsock2;
private import core.sys.windows.windows, std.c.windows.winsock;

This comment has been minimized.

Copy link
@schveiguy

schveiguy Nov 16, 2015

Member

Commenting here because it's the only place to do so.
@quickfur this is a branch in d programming language account. It doesn't seem to be associated with a PR, so I'm assuming we can delete this? I have no idea whether this still is necessary or not.

This comment has been minimized.

Copy link
@schveiguy

schveiguy Nov 19, 2015

Member

ping @quickfur

This comment has been minimized.

Copy link
@dnadlinger

dnadlinger Nov 19, 2015

Member

Please do so, it's not necessary anymore.

enum CURL_SOCKET_BAD = SOCKET_ERROR;
}
version(Posix) enum CURL_SOCKET_BAD = -1;
Expand Down

0 comments on commit ab5c76b

Please sign in to comment.