2 Mar
2023
2 Mar
'23
12:37 p.m.
Huw Davies (@huw) commented about dlls/mmdevapi/main.c:
/* optional - do not fail if not found */ driver->pGetPropValue = (void*)GetProcAddress(driver->module, "GetPropValue");
- driver->priority = driver->pGetPriority(); + {
Unless there's a compelling reason to indent this block, please don't - just move the variable declarations to the top. However, if you're going to add a conditional around the block in a later patch then it could stay as it is to reduce a subsequent diff. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/1543#note_26000