mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
- Silence debug prints.
svn path=/trunk/; revision=44574
This commit is contained in:
parent
25dc69e9d5
commit
21818f4e90
1 changed files with 2 additions and 2 deletions
|
@ -981,7 +981,7 @@ RegisterClassExWOWW(WNDCLASSEXW *lpwcx,
|
|||
lpwcx->cbClsExtra < 0 || lpwcx->cbWndExtra < 0 ||
|
||||
lpwcx->lpszClassName == NULL)
|
||||
{
|
||||
ERR("RegisterClassExWOWW Invalid Parameter Error!\n");
|
||||
TRACE("RegisterClassExWOWW Invalid Parameter Error!\n");
|
||||
SetLastError(ERROR_INVALID_PARAMETER);
|
||||
return 0;
|
||||
}
|
||||
|
@ -1002,7 +1002,7 @@ RegisterClassExWOWW(WNDCLASSEXW *lpwcx,
|
|||
*/
|
||||
if (lpwcx->hInstance == User32Instance)
|
||||
{
|
||||
ERR("RegisterClassExWOWW User32Instance!\n");
|
||||
TRACE("RegisterClassExWOWW User32Instance!\n");
|
||||
SetLastError(ERROR_INVALID_PARAMETER);
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue