wineps: Handle EMR_WIDENPATH record in spool files.

This commit is contained in:
Piotr Caban 2023-04-13 09:57:08 +02:00 committed by Alexandre Julliard
parent 266097d59f
commit 63615abbb9

View file

@ -1550,6 +1550,7 @@ static int WINAPI hmf_proc(HDC hdc, HANDLETABLE *htable,
case EMR_SETARCDIRECTION:
case EMR_CLOSEFIGURE:
case EMR_FLATTENPATH:
case EMR_WIDENPATH:
case EMR_SELECTCLIPPATH:
case EMR_EXTSELECTCLIPRGN:
return PlayEnhMetaFileRecord(data->pdev->dev.hdc, htable, rec, n);