mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
[WIN32KNT_APITEST] Fix a test for NtGdiExtTextOutW
This commit is contained in:
parent
f981345756
commit
329e065dbb
1 changed files with 1 additions and 1 deletions
|
@ -54,5 +54,5 @@ START_TEST(NtGdiExtTextOutW)
|
|||
|
||||
/* Test alignment requirement for lpDx */
|
||||
ret = NtGdiExtTextOutW(hDC, 0, 0, 0, 0, lpstr, len, (INT*)((ULONG_PTR)Dx + 1), 0);
|
||||
ok_int(ret, 1);
|
||||
ok_int(ret, 0);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue