Re: [Mingw-w64-public] Discussion: Need new function declarations in propvarutil.h from wine

2021-07-16 Thread Biswapriyo Nath
Thank you for the fix <3


___
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public


Re: [Mingw-w64-public] Discussion: Need new function declarations in propvarutil.h from wine

2021-07-16 Thread Jacek Caban

On 7/12/21 9:15 AM, LIU Hao wrote:

在 7/12/21 2:44 PM, Biswapriyo Nath 写道:

Would you like to upstream that change? I am not the author of that
commit and don't know why it was added. qt6-multimedia compiles fine
without that NTSTATUS re-definition.




FWIW, that typedef thing is a declaration, rather than a definition. 
This means that duplicates of such typedefs are allowed as long as 
they don't disagree with each other. I think the `#if...#endif` check 
may be removed.



Sure, so we don't need to worry about syncing guard names, I sent a 
patch to Wine:


https://source.winehq.org/patches/data/209719


There is another problem introduced by:

https://source.winehq.org/git/wine.git/commitdiff/4f52e32205fc3cc3f09adf6d7ff961c36e3b1f4d

I sent a fix:

https://source.winehq.org/patches/data/209718


Jacek



___
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public