Re: gettimeofday.c windows version?

2022-12-23 Thread Roger Pack
On Sun, Dec 11, 2022 at 7:22 AM Bruno Haible wrote: > Roger Pack wrote: > > I received some complaints saying in mingw it was"requiring windows 8" > for > > a certain library. > > > > "Entry point not found, GetSystemTimePreciseAsFileTime could not

Re: gettimeofday.c windows version?

2022-12-11 Thread Roger Pack
On Sat, Dec 10, 2022 at 11:01 PM Roger Pack wrote: > I received some complaints saying in mingw it was"requiring windows 8" for > a certain library. > > "Entry point not found, GetSystemTimePreciseAsFileTime could not be > located in the dynamic link library KERNE

gettimeofday.c windows version?

2022-12-11 Thread Roger Pack
I received some complaints saying in mingw it was"requiring windows 8" for a certain library. "Entry point not found, GetSystemTimePreciseAsFileTime could not be located in the dynamic link library KERNEL32.dll". mingw appears to have the following: #define _WIN32_WINNT 0x502 #define _WIN32_WINN