- Remove non-needed checks from GetClassInfoA/W, because they are performed in GetCla...
authorAleksey Bragin <aleksey@reactos.org>
Fri, 11 Aug 2006 21:24:11 +0000 (21:24 +0000)
committerAleksey Bragin <aleksey@reactos.org>
Fri, 11 Aug 2006 21:24:11 +0000 (21:24 +0000)
commitac3d2f0869ca17695655f94a74864dd9e30ee78e
tree57b4f27d9330a23927a08a813bbe4ad120b11d29
parenta31fa06b4d8daf147e819410852c886dcf6156d3
- Remove non-needed checks from GetClassInfoA/W, because they are performed in GetClassInfoExA/W or not performed in Windows at all
- So now GetClassInfoA/W implementations are correct and all hacks are moved to GetClassInfoExA/W. This doesn't fix Abiword, but might fix direct calls to GetClassInfoExA/W which might fail due to not set "cbSize" member of WNDCLASS struct.
I marked this as HACKHACK for further investigation and removal.

svn path=/trunk/; revision=23545
reactos/dll/win32/user32/windows/class.c