dmusic: Make DMUSIC_CreateDirectMusicDownloadedInstrumentImpl() static.
This commit is contained in:
parent
0d8776fa59
commit
2fca1765b6
|
@ -108,7 +108,7 @@ static inline IDirectMusicDownloadedInstrumentImpl* unsafe_impl_from_IDirectMusi
|
|||
return impl_from_IDirectMusicDownloadedInstrument(iface);
|
||||
}
|
||||
|
||||
HRESULT DMUSIC_CreateDirectMusicDownloadedInstrumentImpl(IDirectMusicDownloadedInstrument **instrument)
|
||||
static HRESULT DMUSIC_CreateDirectMusicDownloadedInstrumentImpl(IDirectMusicDownloadedInstrument **instrument)
|
||||
{
|
||||
IDirectMusicDownloadedInstrumentImpl *object;
|
||||
|
||||
|
|
Loading…
Reference in New Issue