Skip to content

Commit

Permalink
Deprecate last remaining module from std.c and move it to druntime
Browse files Browse the repository at this point in the history
  • Loading branch information
joakim-noah committed Oct 31, 2014
1 parent 7dfe288 commit 800506b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 732 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, std.c.windows.winsock;
private import core.sys.windows.windows, core.sys.windows.winsock2;
enum CURL_SOCKET_BAD = SOCKET_ERROR;
}
version(Posix) enum CURL_SOCKET_BAD = -1;
Expand Down

0 comments on commit 800506b

Please sign in to comment.