We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52527e1 commit 707a3f4Copy full SHA for 707a3f4
dll/win32/gdi32/objects/dc.c
@@ -1589,7 +1589,7 @@ SetMapMode(
1589
pDc_Attr->ulDirty_ &= ~SLOW_WIDTHS;
1590
pDc_Attr->ulDirty_ |= DIRTY_CHARSET;
1591
pDc_Attr->hlfntNew = hGdiObj;
1592
-
+#if 0
1593
if (!(pDc_Attr->ulDirty_ & DC_DIBSECTION))
1594
{
1595
PGDIBSOBJECT pgO;
@@ -1601,7 +1601,7 @@ SetMapMode(
1601
return hOldObj;
1602
}
1603
1604
+#endif
1605
// default for select object font
1606
return NtGdiSelectFont(hDC, hGdiObj);
1607
0 commit comments