mirror of
https://github.com/reactos/reactos.git
synced 2025-04-20 04:20:46 +00:00
GuiCheck for NtUserRegisterClassExWOW
svn path=/trunk/; revision=3081
This commit is contained in:
parent
260116f684
commit
a0c16e128a
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
/* $Id: class.c,v 1.5 2002/06/11 22:09:03 dwelch Exp $
|
||||
/* $Id: class.c,v 1.6 2002/06/14 15:21:43 jfilby Exp $
|
||||
*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS kernel
|
||||
|
@ -188,6 +188,8 @@ NtUserRegisterClassExWOW(LPWNDCLASSEX lpwcx,
|
|||
WORD objectSize;
|
||||
LPTSTR namePtr;
|
||||
|
||||
W32kGuiCheck();
|
||||
|
||||
DPRINT("About to open window station handle (0x%X)\n",
|
||||
PROCESS_WINDOW_STATION());
|
||||
|
||||
|
|
Loading…
Reference in a new issue