mirror of
https://github.com/reactos/reactos.git
synced 2026-06-01 17:00:51 +08:00
[GDI32] Relax an ASSERT
This prevents an assertion failure in gdi32_winetest
This commit is contained in:
@@ -187,7 +187,7 @@ GDI_hdc_not_using_object(
|
||||
|
||||
/* Remove the HDC link for the object */
|
||||
hdcLink = GdiRemoveClientObjLink(hobj);
|
||||
ASSERT(hdcLink == hdc);
|
||||
ASSERT(hdcLink == NULL || hdcLink == hdc);
|
||||
}
|
||||
|
||||
/***********************************************************************
|
||||
|
||||
Reference in New Issue
Block a user