comctl32/header: Use macro to define LPARAM value.

This commit is contained in:
Nikolay Sivov 2009-07-12 02:48:38 +04:00 committed by Alexandre Julliard
parent 28dd482279
commit fac7daf098
1 changed files with 1 additions and 1 deletions

View File

@ -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);