mirror of
https://github.com/reactos/reactos.git
synced 2026-05-27 11:24:34 +08:00
[WIN32K:NTGDI] Avoid breakpoints in syscalls.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user