gdi32: Add EMR_GDICOMMENT to the list of records producing output.
This completely fixes the print previews generated by MS Access in a Win9x mode. Access has a custom handler for an EMR_GDICOMMENT record, and GDI APIs it calls from it don't work properly due to wrong DC mapping.
This commit is contained in:
parent
8d7fc61717
commit
ccba8578f5
|
@ -692,6 +692,7 @@ static BOOL emr_produces_output(int type)
|
||||||
case EMR_LINETO:
|
case EMR_LINETO:
|
||||||
case EMR_ARCTO:
|
case EMR_ARCTO:
|
||||||
case EMR_POLYDRAW:
|
case EMR_POLYDRAW:
|
||||||
|
case EMR_GDICOMMENT:
|
||||||
case EMR_FILLRGN:
|
case EMR_FILLRGN:
|
||||||
case EMR_FRAMERGN:
|
case EMR_FRAMERGN:
|
||||||
case EMR_INVERTRGN:
|
case EMR_INVERTRGN:
|
||||||
|
|
Loading…
Reference in New Issue