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