mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 11:41:42 +00:00
- Sync wine tests with Wine 1.1.21
svn path=/trunk/; revision=40949
This commit is contained in:
parent
03ac7b5446
commit
471e010d18
178 changed files with 22374 additions and 5609 deletions
|
@ -205,7 +205,7 @@ static void test_overlapped_buffers(void)
|
|||
int ret;
|
||||
|
||||
SetLastError(0xdeadbeef);
|
||||
memcpy((WCHAR *)(buf + 1), strW, sizeof(strW));
|
||||
memcpy(buf + 1, strW, sizeof(strW));
|
||||
ret = WideCharToMultiByte(CP_ACP, 0, (WCHAR *)(buf + 1), -1, buf, sizeof(buf), NULL, NULL);
|
||||
ok(ret == sizeof(strA), "unexpected ret %d\n", ret);
|
||||
ok(!memcmp(buf, strA, sizeof(strA)), "conversion failed: %s\n", buf);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue