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.