Rémi Bernon (@rbernon) commented about dlls/dmime/performance.c:
break; case DMUS_CURVET_RPNCURVE: case DMUS_CURVET_NRPNCURVE:
case DMUS_CURVET_MATCURVE:
case DMUS_CURVET_PATCURVE:
case DMUS_CURVET_PBCURVE: FIXME("Unhandled curve type %#lx\n", curve->dwType); break;
default:
WARN("Invalid curve type %#lx\n", curve->dwType);
break;
Actually we're still printing dwType here.