mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 12:49:45 +00:00
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_CHILD_ID 3
|
||||
|
||||
#ifndef WM_LBTRACKPOINT
|
||||
#define WM_LBTRACKPOINT 0x0131
|
||||
#endif
|
||||
|
||||
/* encoded DRAWITEMSTRUCT into an LPARAM */
|
||||
typedef struct
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user