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

2017-03-21 Thread David Wohlferd
Might depend on the sender. It has worked for me before. Try this. dw On 3/21/2017 9:48 PM, Liu Hao wrote: On 2017/3/22 4:57, Mateusz Mikuła wrote: Sorry for the delay but I spent almost whole day in college. Thank you for adding it, here comes small patch to test it. I got the attachme

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

2017-03-21 Thread Liu Hao
On 2017/3/22 4:57, Mateusz Mikuła wrote: > Sorry for the delay but I spent almost whole day in college. > > Thank you for adding it, here comes small patch to test it. I got the attachment but its Content-Type said plain text. Is this normal behavior? * * * * * Content-Type: text/plain; charset=

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

2017-03-21 Thread Mateusz Mikuła
Sorry for the delay but I spent almost whole day in college. Thank you for adding it, here comes small patch to test it. -- Original Message -- Subject: Re: [Mingw-w64-public] [PATCH] Use LPCVOID instead of 'const LPVOID' for VerQueryValue Date: Mon, 20 Mar 2017 21:19:05 -0500 To: Mingw

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

2017-03-21 Thread David Wohlferd
> We have text/x-patch, not application/x-patch. I don't understand the > difference. Do you? The problem with mime types is that anyone can use any string they want and it means whatever they want it to mean. Of course to be "generally useful" the meaning must be "generally agreed upon." I

Re: [Mingw-w64-public] [PATCH] Add DBG_PRINTEXCEPTION_WIDE_C exception

2017-03-21 Thread Jon Turney
On 21/03/2017 07:43, Ruben Van Boxem wrote: > Op 21 mrt. 2017 8:07 a.m. schreef "Liu Hao" > : > > On 2017/3/20 20:49, Jon Turney wrote: >> Windows 10 now has a separate exception for OutputDebugStringW, rather > than >> converting the string to ANSI and raising DBG_PRINTEXCEPTION_C. >> >> (See htt

Re: [Mingw-w64-public] [PATCH] Add DBG_PRINTEXCEPTION_WIDE_C exception

2017-03-21 Thread Ruben Van Boxem
Op 21 mrt. 2017 8:07 a.m. schreef "Liu Hao" : On 2017/3/20 20:49, Jon Turney wrote: > Windows 10 now has a separate exception for OutputDebugStringW, rather than > converting the string to ANSI and raising DBG_PRINTEXCEPTION_C. > > (See https://ntquery.wordpress.com/2015/09/07/windows-10-new- anti

Re: [Mingw-w64-public] [PATCH] Update definitions in 64bit ntdll.def to match the 32bit one.

2017-03-21 Thread Liu Hao
On 2017/3/21 15:20, Tamar Christina wrote: > As discussed on IRC this patch will normalise the behavior between the 32bit > and the 64bit > ntdll.def file so that both have the same definitions as DATA. The attachment seems swallowed again. -- Best regards, LH_Mouse ---

[Mingw-w64-public] [PATCH] Update definitions in 64bit ntdll.def to match the 32bit one.

2017-03-21 Thread Tamar Christina
Hi All, As discussed on IRC this patch will normalise the behavior between the 32bit and the 64bit ntdll.def file so that both have the same definitions as DATA. Thanks, Tamar-- Check out the vibrant tech community on o

Re: [Mingw-w64-public] [PATCH] Add DBG_PRINTEXCEPTION_WIDE_C exception

2017-03-21 Thread Liu Hao
On 2017/3/20 20:49, Jon Turney wrote: > Windows 10 now has a separate exception for OutputDebugStringW, rather than > converting the string to ANSI and raising DBG_PRINTEXCEPTION_C. > > (See > https://ntquery.wordpress.com/2015/09/07/windows-10-new-anti-debug-outputdebugstringw/) It can also be fo