mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 08:55:19 +00:00
- Turn off trace.
svn path=/trunk/; revision=66089
This commit is contained in:
parent
8d5b642a5f
commit
890e37805d
1 changed files with 1 additions and 1 deletions
|
@ -2176,7 +2176,7 @@ co_WinPosShowWindow(PWND Wnd, INT Cmd)
|
|||
WasVisible = (Wnd->style & WS_VISIBLE) != 0;
|
||||
style = Wnd->style;
|
||||
|
||||
ERR("co_WinPosShowWindow START hwnd %p Cmd %d usicmd %d\n",Wnd->head.h,Cmd,pti->ppi->usi.wShowWindow);
|
||||
TRACE("co_WinPosShowWindow START hwnd %p Cmd %d usicmd %d\n",Wnd->head.h,Cmd,pti->ppi->usi.wShowWindow);
|
||||
|
||||
if ( pti->ppi->usi.dwFlags & STARTF_USESHOWWINDOW )
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue