- Memory DC with no surface selected return true. WIP and part of CORE-12888.

svn path=/trunk/; revision=75252
This commit is contained in:
James Tabor 2017-07-01 02:35:28 +00:00
parent 9338a7ec63
commit bcea1db7b0

View file

@ -303,7 +303,7 @@ IntGdiPolyline(DC *dc,
if (!dc->dclevel.pSurface)
{
return FALSE;
return TRUE;
}
DC_vPrepareDCsForBlit(dc, NULL, NULL, NULL);