mirror of https://github.com/BOINC/boinc.git
- 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:
parent
df2b79f400
commit
820c4c40f2
|
@ -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
|
||||
|
|
|
@ -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> */
|
||||
|
|
Loading…
Reference in New Issue