Re: [Mingw-w64-public] [PATCH] headers: Import propvarutil.h from wine

2021-07-20 Thread Jacek Caban
On 7/20/21 4:58 PM, John Warburton wrote: On Tue, 20 Jul 2021 at 15:09, Biswapriyo Nath wrote: Apology for my mistake. It has been fixed today in wine by Jacek Caban in this commit[1]. Thank you for checking this. I am testing a build now. Whoops. I forgot. That's Wine -- will wait for

Re: [Mingw-w64-public] 32-bit UCRT time function oddities.

2021-07-20 Thread Jeremy Drake via Mingw-w64-public
On Mon, 19 Jul 2021, Jeremy Drake via Mingw-w64-public wrote: > Also, this test turned up what appears to be a bug in the UCRT path: > #include > #include > > int main(int argc, char ** argv) > { > time_t t = 2147483647; > printf("%zu\n", sizeof(time_t)); >

Re: [Mingw-w64-public] [PATCH] headers: Import propvarutil.h from wine

2021-07-20 Thread John Warburton
On Tue, 20 Jul 2021 at 15:09, Biswapriyo Nath wrote: > Apology for my mistake. It has been fixed today in wine by Jacek Caban > in this commit[1]. Thank you for checking this. I am testing a build now. with best wishes, John ___ Mingw-w64-public

Re: [Mingw-w64-public] [PATCH] headers: Import propvarutil.h from wine

2021-07-20 Thread John Warburton
> > On Tue, 20 Jul 2021 at 15:09, Biswapriyo Nath > wrote: > >> Apology for my mistake. It has been fixed today in wine by Jacek Caban >> in this commit[1]. > > Thank you for checking this. > > I am testing a build now. > > Whoops. I forgot. That's Wine -- will wait for mingw-w64 to be altered.

Re: [Mingw-w64-public] [PATCH] headers: Import propvarutil.h from wine

2021-07-20 Thread Biswapriyo Nath
Apology for my mistake. It has been fixed today in wine by Jacek Caban in this commit[1]. [1]: https://source.winehq.org/git/wine.git/commitdiff/92a0405d9a2fce080e98b1a6ec09ca88bc2d243e ___ Mingw-w64-public mailing list

Re: [Mingw-w64-public] [PATCH] headers: Import propvarutil.h from wine

2021-07-20 Thread John Warburton
On Wed, 14 Jul 2021 at 17:43, LIU Hao wrote: > 在 2021-07-13 23:36, Biswapriyo Nath 写道: > > 0001-headers-Import-propvarutil.h-from-wine.patch > > > > This reverts d603db2c1544a26c7e1153208b660f1c0f0f21d7 commit. > > The added functions are required for qt6-multimedia v6.2.0. > > > Thanks. I