mirror of
https://github.com/reactos/reactos.git
synced 2025-06-06 01:40:36 +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_ 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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue