bug-gnulib
[Top][All Lists]
Advanced

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

Re: gettimeofday.c windows version?


From: Paul Eggert
Subject: Re: gettimeofday.c windows version?
Date: Fri, 16 Dec 2022 15:35:27 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.5.0

On 12/12/22 12:37, Eli Zaretskii wrote:
It should be easy to arrange for Emacs to compile Gnulib source code 
with whatever value of _WIN32_WINNT is appropriate for Gnulib, by 
modifying emacs/lib/Makefile.in appropriately. For example, we could 
leave gettimeofday.c alone add a line like this to Makefile.in:

    ALL_CFLAGS += -D_WIN32_WINNT=_WIN32_WINNT_WINXP

Would something like this address the issue you're thinking of?
In this case, yes.

I looked into doing that in the Emacs source, but discovered that emacs/nt/inc/ms-w32.h already does "# define _WIN32_WINNT 0x0400" for MinGW so I guess we're OK already as that's even older than _WIN32_WINNT_WINXP which is 0x0501. Of course I don't know MS-Windows well and so may have missed something.


reply via email to

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