Re: [Mingw-w64-public] Fwd: Fix for winreg.h

2017-03-19 Thread NightStrike
On Tue, Mar 14, 2017 at 6:50 AM, Liu Hao wrote: > On 2017/3/14 18:57, JonY wrote: >> Looks like LH has already applied this to master. > Yes I pushed it a couple of days ago. He said his mails were suspended > on this ML (and it seemed so). > > Best regards, > LH_Mouse As a

Re: [Mingw-w64-public] [PATCH] Use LPCVOID instead of 'const LPVOID' for VerQueryValue

2017-03-19 Thread NightStrike
Do you know what content type you attached as? We have to explicitly allow each type. The current list is: application/pgp-signature multipart/mixed multipart/alternative multipart/signed text/plain text/x-patch If the content type is left unspecified, then the attachment is deleted. I can

Re: [Mingw-w64-public] [PATCH] Use LPCVOID instead of 'const LPVOID' for VerQueryValue

2017-03-19 Thread David Grayson
NightStrike, The mailing list swallowed the patch in the message I sent on March 16th. I can see in GMail that I did have a patch attached to my message, but no attachment is visible in the archive here: https://sourceforge.net/p/mingw-w64/mailman/message/35729302/ --David Grayson On Sun, Mar

Re: [Mingw-w64-public] [PATCH] Use LPCVOID instead of 'const LPVOID' for VerQueryValue

2017-03-19 Thread NightStrike
On Mar 16, 2017 1:40 PM, "Liu Hao" wrote: On 2017/3/17 0:51, David Grayson wrote: > I was trying to compile Qt and I ran into an error because Qt is > passing a const pointer to the first argument of VerQueryValue, which > is not properly marked as const in the mingw-w64 header