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:
Dmitry Timoshkov 2008-10-23 21:32:43 +09:00 committed by Alexandre Julliard
parent 8d7fc61717
commit ccba8578f5
1 changed files with 1 additions and 0 deletions

View File

@ -692,6 +692,7 @@ static BOOL emr_produces_output(int type)
case EMR_LINETO:
case EMR_ARCTO:
case EMR_POLYDRAW:
case EMR_GDICOMMENT:
case EMR_FILLRGN:
case EMR_FRAMERGN:
case EMR_INVERTRGN: