mirror of
https://github.com/reactos/reactos.git
synced 2025-05-20 17:45:06 +00:00
[CRT]
Apply r58698 here as well svn path=/trunk/; revision=58699
This commit is contained in:
parent
9b998f38df
commit
fc5a3bdf72
1 changed files with 1 additions and 1 deletions
|
@ -418,7 +418,7 @@ __mingw_invalidParameterHandler (const wchar_t * __UNUSED_PARAM_1(expression),
|
|||
uintptr_t __UNUSED_PARAM(pReserved))
|
||||
{
|
||||
#ifdef __MINGW_SHOW_INVALID_PARAMETER_EXCEPTION
|
||||
wprintf(L"Invalid parameter detected in function %s. File: %s Line: %d\n", function, file, line);
|
||||
wprintf(L"Invalid parameter detected in function %s. File: %s Line: %u\n", function, file, line);
|
||||
wprintf(L"Expression: %s\n", expression);
|
||||
#endif
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue