cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: lcc-win32 patches

From: Gisle Vanem <gvanem_at_broadpark.no>
Date: Sun, 30 May 2004 20:00:09 +0200

"Gisle Vanem" <gvanem_at_broadpark.no> said:
 
> It has strtoll(), but it seems buggy. The cpp include logic is different,
> so curl.h should say <curl/curlver.h>. I.e. the path of curl.h isn't
> automatically added to the search path. Don't know if this is broken
> behaviour since I don't know what the standard says.

There are more problems with lcc-win32 regarding this. Is there any reason why
<curl/curl.h> says #include "easy.h" etc. and not #include <curl/easy.h>. The
latter is nice in that it protects against accidently including "easy.h" from somewhere
else.

--gv
Received on 2004-05-30