Re: riched20: hWnd validity test in window procedure
June 27, 2006
4:25 a.m.
Krzysztof Foltman <wdev(a)foltman.com> writes:
ChangeLog: * Added hWnd validity check to work around buggy apps (bug# 4452)
This patch is based on Phil Krylov's one, with two differences: it checks the handle even before trying to call GetWindowLong, and it checks for invalid window handle, not just NULL.
The right way is to check for GetWindowLong failure, there's no reason to use IsWindow. -- Alexandre Julliard julliard(a)winehq.org
7212
Age (days ago)
7212
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard