dmusic: Make DMUSIC_CreateDirectMusicDownloadedInstrumentImpl() static.

This commit is contained in:
Francois Gouget 2013-04-18 18:57:27 +02:00 committed by Alexandre Julliard
parent 0d8776fa59
commit 2fca1765b6
1 changed files with 1 additions and 1 deletions

View File

@ -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;