[PATCH 2/2] winmm: Restore useful MMSYSERR_* codes at open time.

Andrew Eikum aeikum at codeweavers.com
Fri Jan 27 07:11:18 CST 2012


On Fri, Jan 27, 2012 at 02:02:22PM +0100, Joerg-Cyril.Hoehle at t-systems.com wrote:
> +    case S_FALSE: /* as in IsFormatSupported */
> +    case AUDCLNT_E_UNSUPPORTED_FORMAT:
> +        return WAVERR_BADFORMAT;

I think I'd rather special-case how we handle IsFormatSupported,
rather than put S_FALSE->BADFORMAT into the generic conversion.

Andrew



More information about the wine-devel mailing list