- Fix build break introduced by new libcurl headers on Windows.

lib/
        boinc_win.h

svn path=/trunk/boinc/; revision=14177
This commit is contained in:
Rom Walton 2007-11-13 17:25:23 +00:00
parent df2b79f400
commit 820c4c40f2
2 changed files with 8 additions and 0 deletions

View File

@ -10866,3 +10866,9 @@ David 13 Nov 2007
edit_forum_preferences_action.php
edit_forum_preferences_forum.php
lookup_account.php
Rom 13 Nov 2007
- Fix build break introduced by new libcurl headers on Windows.
lib/
boinc_win.h

View File

@ -81,6 +81,8 @@
#include <winsock.h>
#include <wininet.h>
typedef size_t socklen_t;
#else
/* Under cygwin, curl was probably compiled to use <sys/socket.h> */