Changes between Version 4 and Version 5 of FAQInstallationAndBuilding


Ignore:
Timestamp:
Nov 18, 2007, 9:26:07 AM (16 years ago)
Author:
Mateusz Łoskot
Comment:

Updated FAQ

Legend:

Unmodified
Added
Removed
Modified
  • FAQInstallationAndBuilding

    v4 v5  
    150150}}}
    151151
    152 This is a [http://curl.haxx.se/mail/tracker-2007-11/0027.html known bug] in the wspiapi.h header. One of possible solutions is to manually patch ''curl.h'' replacing lines '''153 - 154''' with the following code:
     152This is a [http://curl.haxx.se/mail/tracker-2007-11/0027.html known bug] in the wspiapi.h header. One of possible solutions is to manually patch ''curl.h'' replacing lines '''153 - 154'''
     153
     154{{{
     155#include <winsock2.h>
     156#include <ws2tcpip.h>
     157}}}
     158
     159with the following code:
    153160
    154161{{{