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 found here:
https://github.com/x64dbg/x64dbg/commit/50008401ee71b7d84fa2bc6dec15917f0f21e94e

Because this is a Windows 10 thing it should probably be wrapped inside 
an `#if _WIN32_WINNT >= ??? ... #endif` block. Nevertheless I don't 
think we should apply this until we start adding Win10 stuff.

-- 
Best regards,
LH_Mouse


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to