diff --git a/patches/comctl32-PROPSHEET_InsertPage/0001-comctl32-tests-Add-tests-for-PROPSHEET_InsertPage.patch b/patches/comctl32-PROPSHEET_InsertPage/0001-comctl32-tests-Add-tests-for-PROPSHEET_InsertPage.patch index 42931157..cd6291ab 100644 --- a/patches/comctl32-PROPSHEET_InsertPage/0001-comctl32-tests-Add-tests-for-PROPSHEET_InsertPage.patch +++ b/patches/comctl32-PROPSHEET_InsertPage/0001-comctl32-tests-Add-tests-for-PROPSHEET_InsertPage.patch @@ -1,4 +1,4 @@ -From 5bd9830f145a29823b4a44b079c70171e55fb5db Mon Sep 17 00:00:00 2001 +From 1b05fa6764dc8eb220ef9dd349801fa2e76914bd Mon Sep 17 00:00:00 2001 From: Sebastian Lackner Date: Sat, 17 Oct 2015 15:38:13 +0200 Subject: comctl32/tests: Add tests for PROPSHEET_InsertPage. @@ -8,7 +8,7 @@ Subject: comctl32/tests: Add tests for PROPSHEET_InsertPage. 1 file changed, 96 insertions(+), 1 deletion(-) diff --git a/dlls/comctl32/tests/propsheet.c b/dlls/comctl32/tests/propsheet.c -index 6594298..cdbbca8 100644 +index 6594298..8fdbae8 100644 --- a/dlls/comctl32/tests/propsheet.c +++ b/dlls/comctl32/tests/propsheet.c @@ -806,7 +806,7 @@ static void test_PSM_ADDPAGE(void) @@ -78,7 +78,7 @@ index 6594298..cdbbca8 100644 + ret = SendMessageA(hdlg, PSM_INSERTPAGE, 0, (LPARAM)INVALID_HANDLE_VALUE); +} + -+ ret = SendMessageA(hdlg, PSM_INSERTPAGE, (LPARAM)INVALID_HANDLE_VALUE, (LPARAM)hpsp[2]); ++ ret = SendMessageA(hdlg, PSM_INSERTPAGE, (WPARAM)INVALID_HANDLE_VALUE, (LPARAM)hpsp[2]); + ok(ret == FALSE, "got %d\n", ret); + + /* check item count */ @@ -128,5 +128,5 @@ index 6594298..cdbbca8 100644 + test_PSM_INSERTPAGE(); } -- -2.6.1 +2.6.2