[WIN32K:NTGDI] Avoid breakpoints in syscalls.

This commit is contained in:
Thomas Faber
2019-12-31 21:06:43 +01:00
parent 9538c3ccd7
commit f0d2bd3852

View File

@@ -543,7 +543,7 @@ NtGdiSetBrushAttributes(
_In_ HBRUSH hbr,
_In_ DWORD dwFlags)
{
__debugbreak();
FIXME("NtGdiSetBrushAttributes is unimplemented\n");
return NULL;
}
@@ -554,7 +554,7 @@ NtGdiClearBrushAttributes(
_In_ HBRUSH hbr,
_In_ DWORD dwFlags)
{
__debugbreak();
FIXME("NtGdiClearBrushAttributes is unimplemented\n");
return NULL;
}