msvideo: Forward MCIWndCreate16 to MCIWndCreateA (2nd)

Alexandre Julliard julliard at winehq.org
Thu Aug 19 04:58:23 CDT 2010


Stefan Leichter <Stefan.Leichter at camline.com> writes:

> +    HINSTANCE hinst32;
> +    if (hinst16 == GetModuleHandle16("msvideo.dll"))
> +        hinst32 = GetModuleHandleA("msvfw32.dll");
> +    else
> +        hinst32 = HINSTANCE_32(GetExePtr( hinst16 ));

This doesn't seem right. Why do you need this?

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list