Huw Davies (@huw) commented about dlls/wineps.drv/driver.c:
typedef struct { PRINTERINFO *pi;
- PSDRV_DEVMODE *dlgdm;
- PSDRV_DEVMODE dlgdm;
Do we actually need to do this? This would prevent PSDRV_DEVMODE being of variable length (see the `numInstalledOptions` member (not that we use it at the moment).