Fixed a slight bug that was included in the change from WND ptr to

hwnd last week.
This commit is contained in:
Francis Beaudet 1999-03-16 10:39:53 +00:00 committed by Alexandre Julliard
parent b211ec4c95
commit e412c63d7a
1 changed files with 1 additions and 1 deletions

View File

@ -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