mirror of
https://github.com/reactos/reactos.git
synced 2026-07-04 08:04:22 +08:00
Support GCW_ATOM in GetClassLong.
svn path=/trunk/; revision=17943
This commit is contained in:
@@ -527,6 +527,9 @@ IntGetClassLong(struct _WINDOW_OBJECT *Window, ULONG Offset, BOOL Ansi)
|
||||
Ret = (ULONG)Window->Class->lpfnWndProcW;
|
||||
}
|
||||
break;
|
||||
case GCW_ATOM:
|
||||
Ret = Window->Class->Atom;
|
||||
break;
|
||||
default:
|
||||
Ret = 0;
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user