mirror of
https://github.com/reactos/reactos.git
synced 2025-08-07 05:52:57 +00:00
[COMCTL32_WINETEST] Sync with Wine Staging 4.0. CORE-15682
This commit is contained in:
parent
07f4be3faf
commit
5f7243b577
26 changed files with 3902 additions and 269 deletions
|
@ -183,7 +183,7 @@ static void test_customdraw(void) {
|
|||
GetCursorPos(&orig_pos);
|
||||
|
||||
for (iterationNumber = 0;
|
||||
iterationNumber < sizeof(expectedResults)/sizeof(expectedResults[0]);
|
||||
iterationNumber < ARRAY_SIZE(expectedResults);
|
||||
iterationNumber++) {
|
||||
|
||||
HWND parent, hwndTip;
|
||||
|
@ -821,7 +821,7 @@ static void test_longtextW(void)
|
|||
toolinfoW.hinst = GetModuleHandleW(NULL);
|
||||
toolinfoW.uFlags = 0;
|
||||
toolinfoW.uId = 0x1234ABCD;
|
||||
MultiByteToWideChar(CP_ACP, 0, longtextA, -1, bufW, sizeof(bufW)/sizeof(bufW[0]));
|
||||
MultiByteToWideChar(CP_ACP, 0, longtextA, -1, bufW, ARRAY_SIZE(bufW));
|
||||
lenW = lstrlenW(bufW);
|
||||
toolinfoW.lpszText = bufW;
|
||||
toolinfoW.lParam = 0xdeadbeef;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue