msvcr: Added _crt_debugger_hook function

Piotr Caban piotr.caban at gmail.com
Fri Nov 1 04:47:46 CDT 2013


On 11/01/13 00:41, Andrey Zhezherun wrote:
> +/*********************************************************************
> + * _crt_debugger_hook (MSVCRT.@)
> + */
> +void CDECL MSVCRT__crt_debugger_hook(int reserved)
> +{
> +    TRACE("");
> +}
The trace needs to end with '\n' character. Probably it's better to use 
ERR or FIXME here.

Why do you need this function? In all cases I've seen the function was 
called only when the application was working incorrectly.

Cheers,
Piotr



More information about the wine-devel mailing list