Commit e6b658c4 authored by James Hawkins's avatar James Hawkins Committed by Alexandre Julliard

user32: Define WM_LBTRACKPOINT if it's not previously defined.

parent 0c22e540
......@@ -51,6 +51,10 @@
#define WND_POPUP_ID 2
#define WND_CHILD_ID 3
#ifndef WM_LBTRACKPOINT
#define WM_LBTRACKPOINT 0x0131
#endif
/* encoded DRAWITEMSTRUCT into an LPARAM */
typedef struct
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment