curl-library
Re[2]: SSPI under Windows 9x
From: Dmitry Bartsevich <db_at_vba.com.by>
Date: Tue, 20 Sep 2005 11:24:06 +0300
Received on 2005-09-20
Date: Tue, 20 Sep 2005 11:24:06 +0300
>>> I experienced troubles using libcurl with SSPI under Windows 9x
>>> (particulary, Windows 98) and suggest patch to fix it.
>>
>> Thanks! Your patch has now been applied and committed to CVS.
DS> ... and now we hit this problem. Was it me who messed up the patch, or what's
DS> the problem? See:
DS> http://curl.haxx.se/auto/log.cgi?id=20050920055318-22211#prob1
DS> The code looks wrong in my eyes.
Well, I compiled it with MSVC with MS PlatfromSDK, MinGW seems not to
define symbol SEC_ENTRY, which is defined as __stdcall in PlatformSDK
headers. Please, apply patch attached on top of the previous patch,
here I use simply __stdcall modifier, so it should be OK (I've
compiled it using MinGW).
-- Best regards, Dmitry mailto:db_at_vba.com.by
- APPLICATION/OCTET-STREAM attachment: http_ntlm.2.diff