curl-library
Re: [PATCH] Windows fixes
From: <girish_at_shankar-software.org>
Date: Fri, 13 May 2011 14:40:16 -0700
Received on 2011-05-13
Date: Fri, 13 May 2011 14:40:16 -0700
Hi All,
This is a small patch to make curl compile smoothly
regardless of the unicode setting.
On my system LoadLibrary and others resolve to
LoadLibraryW (even though I have tried switching off unicode)
but for curl it should always resolve to LoadLibraryA.
This patch attempts to fix those calls.
Thank you.
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
- text/x-patch attachment: winfixes.diff