Commit be156661 authored by NF Stevens's avatar NF Stevens Committed by Alexandre Julliard

Added case for GCW_ATOM int GetClassLong32A.

parent 49e2773d
......@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment