Commit in reactos/subsys/win32k/ntuser on MAIN
class.c+2-21.64 -> 1.65
- Fix size returned by NtUserGetClassInfo.

reactos/subsys/win32k/ntuser
class.c 1.64 -> 1.65
diff -u -r1.64 -r1.65
--- class.c	24 Dec 2004 17:45:58 -0000	1.64
+++ class.c	26 Dec 2004 23:54:54 -0000	1.65
@@ -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 @@
       return 0;
    }
 
-   lpWndClassEx->cbSize = sizeof(LPWNDCLASSEXW);
+   lpWndClassEx->cbSize = sizeof(WNDCLASSEXW);
    lpWndClassEx->style = Class->style;
    if (Ansi)
       lpWndClassEx->lpfnWndProc = Class->lpfnWndProcA;
CVSspam 0.2.8