curl-library
Re: Problem compiling with msys/mingw
From: Gisle Vanem <giva_at_bgnett.no>
Date: Tue, 23 Nov 2004 21:20:06 +0100
Date: Tue, 23 Nov 2004 21:20:06 +0100
"Andrés García" wrote:
> The attached patch solved the problems.
>
> -#if (defined(WIN32) || defined(_WIN32)) && !defined(CURL_STATICLIB)
> +
> +#if (defined(WIN32) || defined(_WIN32)) && !defined(CURL_STATICLIB) && !defined(__MINGW32__)
> +
What is this good for? You have just undone the patches needed to build
without a .def-file on Windows.
--gv
Received on 2004-11-23