Added case for GCW_ATOM int GetClassLong32A.

This commit is contained in:
NF Stevens 1998-12-07 12:48:16 +00:00 committed by Alexandre Julliard
parent 49e2773ddf
commit be1566613c
1 changed files with 1 additions and 0 deletions

View File

@ -796,6 +796,7 @@ LONG WINAPI GetClassLong32A( HWND32 hwnd, INT32 offset )
return (LONG)WINPROC_GetProc(wndPtr->class->winproc, WIN_PROC_32A);
case GCL_MENUNAME:
return (LONG)CLASS_GetMenuNameA( wndPtr->class );
case GCW_ATOM:
case GCL_HBRBACKGROUND:
case GCL_HCURSOR:
case GCL_HICON: