Jacek Caban jacek@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?