James Hawkins : user32: Define WM_LBTRACKPOINT if it' s not previously defined.
Module: wine Branch: master Commit: e6b658c4bf7d48294549d116d357a0caae9cee42 URL: http://source.winehq.org/git/wine.git/?a=commit;h=e6b658c4bf7d48294549d116d3... Author: James Hawkins <truiken(a)gmail.com> Date: Thu Oct 25 15:26:48 2007 -0500 user32: Define WM_LBTRACKPOINT if it's not previously defined. --- dlls/user32/tests/msg.c | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/dlls/user32/tests/msg.c b/dlls/user32/tests/msg.c index c6c1cd7..769277f 100644 --- a/dlls/user32/tests/msg.c +++ b/dlls/user32/tests/msg.c @@ -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 {
participants (1)
-
Alexandre Julliard