diff --git a/reactos/subsys/win32k/ntuser/class.c b/reactos/subsys/win32k/ntuser/class.c index ff5ff3b30ab..62479da0e3b 100644 --- a/reactos/subsys/win32k/ntuser/class.c +++ b/reactos/subsys/win32k/ntuser/class.c @@ -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: class.c,v 1.64 2004/12/24 17:45:58 weiden Exp $ +/* $Id: class.c,v 1.65 2004/12/26 23:54:54 navaraf Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -158,7 +158,7 @@ NtUserGetClassInfo( return 0; } - lpWndClassEx->cbSize = sizeof(LPWNDCLASSEXW); + lpWndClassEx->cbSize = sizeof(WNDCLASSEXW); lpWndClassEx->style = Class->style; if (Ansi) lpWndClassEx->lpfnWndProc = Class->lpfnWndProcA;