27 Nov
2023
27 Nov
'23
10:08 a.m.
Piotr Caban (@piotr) commented about dlls/gdi32/emfdc.c:
INT EMFDC_ExtEscape( DC_ATTR *dc_attr, INT escape, INT input_size, const char *input, INT output_size, char *output) { - struct EMREXTESCAPE - { - EMR emr; - DWORD escape; - DWORD size; - BYTE data[1]; - } *emr; Could you please also get rid of custom EMREXTESCAPE definition in dlls/wineps.drv/printproc.c?
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/4519#note_53885