user32: Define WM_LBTRACKPOINT if it's not previously defined.
This commit is contained in:
parent
0c22e54059
commit
e6b658c4bf
|
@ -51,6 +51,10 @@
|
||||||
#define WND_POPUP_ID 2
|
#define WND_POPUP_ID 2
|
||||||
#define WND_CHILD_ID 3
|
#define WND_CHILD_ID 3
|
||||||
|
|
||||||
|
#ifndef WM_LBTRACKPOINT
|
||||||
|
#define WM_LBTRACKPOINT 0x0131
|
||||||
|
#endif
|
||||||
|
|
||||||
/* encoded DRAWITEMSTRUCT into an LPARAM */
|
/* encoded DRAWITEMSTRUCT into an LPARAM */
|
||||||
typedef struct
|
typedef struct
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue