[WIN32K] Revert an accidental change from r75566

Fixes gdi32_winetest metafile regression

svn path=/trunk/; revision=75583
This commit is contained in:
Timo Kreuzer 2017-08-17 09:39:43 +00:00
parent e1e2478e77
commit 26e00e78a8

View file

@ -5143,7 +5143,7 @@ GreExtTextOutW(
if (!dc->dclevel.pSurface)
{
/* Memory DC with no surface selected */
bResult = FALSE; // TRUE?
bResult = TRUE;
goto Cleanup;
}