We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19450a9 commit 1cb7a74Copy full SHA for 1cb7a74
1 file changed
modules/rostests/apitests/win32u/ntgdi/NtGdiArcInternal.c
@@ -31,11 +31,9 @@ START_TEST(NtGdiArcInternal)
31
ok_long(GetLastError(), ERROR_INVALID_HANDLE);
32
33
SetLastError(ERROR_SUCCESS);
34
- ok_int(NtGdiArcInternal(0, hDC, 10, 10, 0, 0, 0, 0, 0, 0), TRUE);
35
- ok_int(NtGdiArcInternal(0, hDC, 10, 10, -10, -10, 0, 0, 0, 0), TRUE);
+ //ok_int(NtGdiArcInternal(0, hDC, 10, 10, 0, 0, 0, 0, 0, 0), TRUE); // Fails on Windows 2003
+ //ok_int(NtGdiArcInternal(0, hDC, 10, 10, -10, -10, 0, 0, 0, 0), TRUE); // Fails on Windows 2003
36
ok_int(NtGdiArcInternal(0, hDC, 0, 0, 0, 0, 10, 0, -10, 0), TRUE);
37
38
-// was passiert, wenn left > right ? einfach tauschen?
39
-
40
DeleteDC(hDC);
41
}
0 commit comments