emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [RFC] Correctly handling MinGW-w64


From: Paul Eggert
Subject: Re: [RFC] Correctly handling MinGW-w64
Date: Sun, 16 Nov 2014 20:32:05 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0

Óscar Fuentes wrote:
into ms-w32.h or into some other header specific to Microsoft Windows?
We don't have a header that is included by all the .c files, right?

Every .c file includes stdbool.h, string.h, and stdlib.h, via conf_post.h. If none of those serve, you can include whatever file you like (stdio.h, say), in ms-w32.h or something like that. There shouldn't be any need to bother 'configure' about this.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]