25 Jan
2014
25 Jan
'14
5:35 p.m.
Jacek Caban <jacek(a)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.