[WIN32K] Revert an accidental change from r75566
authorTimo Kreuzer <timo.kreuzer@reactos.org>
Thu, 17 Aug 2017 09:39:43 +0000 (09:39 +0000)
committerTimo Kreuzer <timo.kreuzer@reactos.org>
Thu, 17 Aug 2017 09:39:43 +0000 (09:39 +0000)
Fixes gdi32_winetest metafile regression

svn path=/trunk/; revision=75583

reactos/win32ss/gdi/ntgdi/freetype.c

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