15 Dec
2023
15 Dec
'23
3:15 p.m.
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. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/4703#note_56095