Huw Davies (@huw) commented about dlls/winspool.drv/info.c:
#undef F_SIZE }; int i;
- const DWORD offFields = FIELD_OFFSET(DEVMODEW, dmFields) + sizeof(dm->dmFields);
Let's use `fields_off` instead of `offFields`.
Also, you don't need to `Co-authored-by:` tag in the commit message.