Re: [Mingw-w64-public] Add missing function declarations to mingw-w64-headers/include/shlwapi.h

2021-05-02 Thread Liu Hao
在 2021-05-02 17:58, DAVID MAY 写道: On 2/05/2021 1:28 pm, Liu Hao wrote: Please use `WINBOOL` instead of `BOOL` as the latter is a builtin type on Mac. There are more `BOOL`s in the original file, they should be replaced as well. See attached patch with changes you requested. Thanks for

Re: [Mingw-w64-public] Add missing function declarations to mingw-w64-headers/include/shlwapi.h

2021-05-02 Thread DAVID MAY
On 2/05/2021 1:28 pm, Liu Hao wrote: > > Please use `WINBOOL` instead of `BOOL` as the latter is a builtin type > on Mac. > > There are more `BOOL`s in the original file, they should be replaced as > well. > See attached patch with changes you requested. -- David May ---

Re: [Mingw-w64-public] [PATCH] crt: Increase precision of gettimeofday() if possible.

2021-05-02 Thread Dan Raymond
1. `clock_gettime()` is not meant to be precise, and it shouldn't be, because the extra accuracy is useless. (It may make some sense for logging, as mentioned in another message; but in logs only the order of writes matters, while timestamps don't matter.) I don't agree with this.  First:

[Mingw-w64-public] [PATCH] headers: Add missing names in shlwapi.h

2021-05-02 Thread Biswapriyo Nath
From 3bde731614cf9ea87f75a98752b905785b984485 Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Sun, 2 May 2021 23:21:56 +0530 Subject: [PATCH] headers: Add missing names in shlwapi.h Signed-off-by: Biswapriyo Nath --- mingw-w64-headers/include/shlwapi.h | 32 -