mirror of
https://github.com/reactos/wine.git
synced 2025-02-28 08:46:31 +00:00
comctl32/header: Use macro to define LPARAM value.
This commit is contained in:
parent
28dd482279
commit
fac7daf098
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user