mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 08:23:01 +00:00
[WIN32K] Revert an accidental change from r75566
Fixes gdi32_winetest metafile regression svn path=/trunk/; revision=75583
This commit is contained in:
parent
e1e2478e77
commit
26e00e78a8
1 changed files with 1 additions and 1 deletions
|
@ -5143,7 +5143,7 @@ GreExtTextOutW(
|
||||||
if (!dc->dclevel.pSurface)
|
if (!dc->dclevel.pSurface)
|
||||||
{
|
{
|
||||||
/* Memory DC with no surface selected */
|
/* Memory DC with no surface selected */
|
||||||
bResult = FALSE; // TRUE?
|
bResult = TRUE;
|
||||||
goto Cleanup;
|
goto Cleanup;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue