[PATCH 5/5] wmp: Added WindowsMediaPlayer object stub implementation.

Dmitry Timoshkov dmitry at baikal.ru
Sat Jan 25 11:35:56 CST 2014


Jacek Caban <jacek at codeweavers.com> wrote:

> +struct WindowsMediaPlayer {
> +    IOleObject IOleObject_iface;
> +    LONG ref;
> +};
> +
> +static inline WindowsMediaPlayer *impl_from_IOleObject(IOleObject *iface)
> +{
> +    return CONTAINING_RECORD(iface, WindowsMediaPlayer, IOleObject_iface);
> +}

Will this and below code which needs 'struct WindowsMediaPlayer' but instead
gets just 'WindowsMediaPlayer' compile without a typedef?

-- 
Dmitry.



More information about the wine-devel mailing list