Re: config.h.mingw changes

Hrvoje Niksic <[email protected]> Wed, 29 Jun 2005 15:37:06 +0200
Newsgroups gmane.comp.web.wget.patches
Message-ID <[email protected]>
Gisle Vanem <[email protected]> writes:

> Some patches for MingW that I feel are needed;
>
> MingW 3.7 (or older?) have an 'uint32_t'.

OK.

> Where is config-post.h supposed to be included?

Off the bottom of config.h.  That include is normally added by
configure when rewriting config.h.in to config.h, but for platforms
with fixed config.h, your patch is exactly the right thing.

I've applied your patch, thanks.