Commit bd5a3400 authored by Piotr Caban's avatar Piotr Caban Committed by Alexandre Julliard

wineps: Handle EMR_FILLPATH record in spool files.

parent 254a8238
......@@ -1235,6 +1235,8 @@ static int WINAPI hmf_proc(HDC hdc, HANDLETABLE *htable,
data->path = FALSE;
return PlayEnhMetaFileRecord(data->pdev->dev.hdc, htable, rec, n);
}
case EMR_FILLPATH:
return PSDRV_FillPath(&data->pdev->dev);
case EMR_ABORTPATH:
{
data->path = FALSE;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment