Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not use _CrtDbgReport() if NO_CRTDBGREPORT macro defined (MSVC/debug)
Issue #635 (bdwgc). * misc.c [(MSWIN32 && !CONSOLE_LOG || MSWINCE) && _MSC_VER && _DEBUG && !NO_CRT && MSWINCE] (GC_write): Do not call MultiByteToWideChar() and OutputDebugStringW() if NO_CRTDBGREPORT is defined. * misc.c [(MSWIN32 && !CONSOLE_LOG || MSWINCE) && _MSC_VER && _DEBUG && !NO_CRT && !MSWINCE] (GC_write): Do not call _CrtDbgReport() if NO_CRTDBGREPORT is defined.
- Loading branch information