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 mai

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. JW

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

2021-07-20 Thread John Warburton
PVARIANT* ' 70 | HRESULT WINAPI InitPropVariantFromBuffer(const VOID *pv, UINT cb, PROPVARIANT *ppropvar); | ^~ with best wishes, John Warburton ___ Mingw-w64-public mailing list Mingw-w64-public@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

[Mingw-w64-public] dxva2api.h problem?

2020-08-09 Thread John Warburton
Good morning, Thank you for reading this. Since the latest trunk updates, a problem happens when cross-compiling Qt5 with x86_64-w64-mingw32-g++ To my eyes, it seems to be centred around the construction (void *)&f32. Is supplying "-fpermissive" sufficient to put away this worry? Compiler outpu

[Mingw-w64-public] Devpkey.h

2017-10-03 Thread John Warburton
Good evening, Today, in the usual daily compilation of a number of multimedia utilities, I tried to compile the latest GitHub edition of OpenCL-ICD-Loader, which is to be found here: https://github.com/KhronosGroup/OpenCL-ICD-Loader Unfortunately, a commit made today to that project seemed to re

Re: [Mingw-w64-public] MFTEnumEx in lib64 / lib 32

2017-07-24 Thread John Warburton
On Sun, Jul 23, 2017 at 5:44 PM, Ruslan Garipov wrote: > Like this, I believe -- a `git-format-patch` included. > On 23.07.2017 19:54, John Warburton wrote: >> While cross-compiling a program that required the function MFTEnumEx >> from the Microsoft Media Foundation Tran

[Mingw-w64-public] MFTEnumEx in lib64 / lib 32

2017-07-23 Thread John Warburton
Hello, While cross-compiling a program that required the function MFTEnumEx from the Microsoft Media Foundation Transform framework, I noticed that it occurs only in the arm32 import library -- to be precise, mingw-w64-crt/libarm32/mfplat.def. It isn't in lib64 or lib32. The function is declared