[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
No known key found for this signature in database
GPG key ID: 076E7C3D44720826

View file

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