Louis Lenders : user32: Define RealChildWindowFromPoint as a real stub.
Module: wine Branch: master Commit: 2a42f7ae2d38caf82b8b9fe4c69b07b0ae1d969f URL: http://source.winehq.org/git/wine.git/?a=commit;h=2a42f7ae2d38caf82b8b9fe4c6... Author: Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> Date: Sun Jan 21 11:26:05 2007 +0000 user32: Define RealChildWindowFromPoint as a real stub. --- dlls/user32/user32.spec | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/dlls/user32/user32.spec b/dlls/user32/user32.spec index f857105..dcb1e6b 100644 --- a/dlls/user32/user32.spec +++ b/dlls/user32/user32.spec @@ -542,7 +542,7 @@ @ stdcall PtInRect(ptr double) @ stub QuerySendMessage # @ stub QueryUserCounters -# @ stub RealChildWindowFromPoint +@ stub RealChildWindowFromPoint @ stdcall RealGetWindowClass(long ptr long) RealGetWindowClassA @ stdcall RealGetWindowClassA(long ptr long) @ stdcall RealGetWindowClassW(long ptr long)
participants (1)
-
Alexandre Julliard