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

This commit is contained in:
James Hawkins 2007-10-25 15:26:48 -05:00 committed by Alexandre Julliard
parent 0c22e54059
commit e6b658c4bf
1 changed files with 4 additions and 0 deletions

View File

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