mirror of
https://github.com/reactos/reactos.git
synced 2025-06-12 10:18:31 +00:00
[WIN32K:NTGDI] Avoid breakpoints in syscalls.
This commit is contained in:
parent
9538c3ccd7
commit
f0d2bd3852
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue