mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 20:13:04 +00:00
[WIN32K]
Remove debugging code. svn path=/trunk/; revision=50352
This commit is contained in:
parent
e642b65095
commit
500a89ae51
1 changed files with 0 additions and 3 deletions
|
@ -3565,9 +3565,6 @@ NtGdiExtCreateRegion(
|
||||||
if (!NT_SUCCESS(Status))
|
if (!NT_SUCCESS(Status))
|
||||||
{
|
{
|
||||||
EngSetLastError(ERROR_INVALID_PARAMETER);
|
EngSetLastError(ERROR_INVALID_PARAMETER);
|
||||||
DbgPrint("Region == %p\n", Region);
|
|
||||||
__debugbreak();
|
|
||||||
ASSERT(FALSE);
|
|
||||||
RGNOBJAPI_Unlock(Region);
|
RGNOBJAPI_Unlock(Region);
|
||||||
GreDeleteObject(hRgn);
|
GreDeleteObject(hRgn);
|
||||||
return NULL;
|
return NULL;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue