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?