Author: jimtabor Date: Wed May 20 03:34:40 2009 New Revision: 41002
URL: http://svn.reactos.org/svn/reactos?rev=41002&view=rev Log: - Time to kill this one. We setup with ParentWindowHandle already set.
Modified: trunk/reactos/subsystems/win32/win32k/ntuser/window.c
Modified: trunk/reactos/subsystems/win32/win32k/ntuser/window.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/win32/win32k/ntu... ============================================================================== --- trunk/reactos/subsystems/win32/win32k/ntuser/window.c [iso-8859-1] (original) +++ trunk/reactos/subsystems/win32/win32k/ntuser/window.c [iso-8859-1] Wed May 20 03:34:40 2009 @@ -1585,7 +1585,7 @@ * native ole32.OleInitialize uses HWND_MESSAGE to create the * message window (style: WS_POPUP|WS_DISABLED) */ - DPRINT1("FIXME - Parent is HWND_MESSAGE\n"); + DPRINT("FIXME - Parent is HWND_MESSAGE\n"); // ParentWindowHandle set already. } else if (hWndParent)