mirror of
https://github.com/reactos/wine.git
synced 2025-02-12 15:38:29 +00:00
Fixed a slight bug that was included in the change from WND ptr to
hwnd last week.
This commit is contained in:
parent
b211ec4c95
commit
e412c63d7a
@ -31,7 +31,7 @@ extern LPSTR COMCTL32_aSubclass; /* global subclassing atom */
|
|||||||
/* property name of tooltip window handle */
|
/* property name of tooltip window handle */
|
||||||
/*#define TT_SUBCLASS_PROP "CC32SubclassInfo" */
|
/*#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
|
LRESULT CALLBACK
|
||||||
|
Loading…
x
Reference in New Issue
Block a user