On 21/03/2017 07:43, Ruben Van Boxem wrote: > Op 21 mrt. 2017 8:07 a.m. schreef "Liu Hao" > <[email protected]>: > > 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/50008401ee71b7d84fa2bc6dec1591 > 7f0f21e94e > > 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.
This value is not guarded in that way in the SDK. I'm not sure why that might be. > Win10 stuff has been added before. I don't see how this should be any > different? ------------------------------------------------------------------------------ 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 [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
