mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 01:24:38 +00:00
silence debug message
svn path=/trunk/; revision=11720
This commit is contained in:
parent
9a2f072607
commit
ba5522cda3
1 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@
|
|||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
*/
|
||||
/* $Id: window.c,v 1.249 2004/11/20 16:46:06 weiden Exp $
|
||||
/* $Id: window.c,v 1.250 2004/11/20 19:08:37 weiden Exp $
|
||||
*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS kernel
|
||||
|
@ -1418,7 +1418,7 @@ IntCreateWindowEx(DWORD dwExStyle,
|
|||
BOOL MenuChanged;
|
||||
BOOL ClassFound;
|
||||
PWSTR ClassNameString;
|
||||
DPRINT1("PsGetWin32Thread()->Desktop == 0x%x\n", PsGetWin32Thread()->Desktop);
|
||||
|
||||
ParentWindowHandle = PsGetWin32Thread()->Desktop->DesktopWindow;
|
||||
OwnerWindowHandle = NULL;
|
||||
|
||||
|
|
Loading…
Reference in a new issue