Nikolay Sivov : comctl32/header: Use macro to define LPARAM value.

Alexandre Julliard julliard at winehq.org
Mon Jul 13 07:55:06 CDT 2009


Module: wine
Branch: master
Commit: fac7daf098398bd0d73142e1bc6595a9482d7d9a
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=fac7daf098398bd0d73142e1bc6595a9482d7d9a

Author: Nikolay Sivov <bunglehead at gmail.com>
Date:   Sun Jul 12 02:48:38 2009 +0400

comctl32/header: Use macro to define LPARAM value.

---

 dlls/comctl32/tests/header.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/comctl32/tests/header.c b/dlls/comctl32/tests/header.c
index e357f9d..3b6aa30 100644
--- a/dlls/comctl32/tests/header.c
+++ b/dlls/comctl32/tests/header.c
@@ -952,7 +952,7 @@ static void test_hdm_sethotdivider(HWND hParent)
     flush_sequences(sequences, NUM_MSG_SEQUENCES);
     todo_wine
     {
-        retVal = SendMessage(hChild, HDM_SETHOTDIVIDER, TRUE, 0X00050005);
+        retVal = SendMessage(hChild, HDM_SETHOTDIVIDER, TRUE, MAKELPARAM(5, 5));
         expect(0, retVal);
     }
     retVal = SendMessage(hChild, HDM_SETHOTDIVIDER, FALSE, 100);




More information about the wine-cvs mailing list