From e412c63d7ac94044908f4d2be85c4eb17c4ddbfe Mon Sep 17 00:00:00 2001 From: Francis Beaudet Date: Tue, 16 Mar 1999 10:39:53 +0000 Subject: [PATCH] Fixed a slight bug that was included in the change from WND ptr to hwnd last week. --- dlls/comctl32/tooltips.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/comctl32/tooltips.c b/dlls/comctl32/tooltips.c index 3d39a027c3..6b274273c0 100644 --- a/dlls/comctl32/tooltips.c +++ b/dlls/comctl32/tooltips.c @@ -31,7 +31,7 @@ extern LPSTR COMCTL32_aSubclass; /* global subclassing atom */ /* property name of tooltip window handle */ /*#define TT_SUBCLASS_PROP "CC32SubclassInfo" */ -#define TOOLTIPS_GetInfoPtr(wndPtr) ((TOOLTIPS_INFO *)GetWindowLongA (hwnd, 0)) +#define TOOLTIPS_GetInfoPtr(hWindow) ((TOOLTIPS_INFO *)GetWindowLongA (hWindow, 0)) LRESULT CALLBACK