Commit 2fca1765 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

dmusic: Make DMUSIC_CreateDirectMusicDownloadedInstrumentImpl() static.

parent 0d8776fa
...@@ -108,7 +108,7 @@ static inline IDirectMusicDownloadedInstrumentImpl* unsafe_impl_from_IDirectMusi ...@@ -108,7 +108,7 @@ static inline IDirectMusicDownloadedInstrumentImpl* unsafe_impl_from_IDirectMusi
return impl_from_IDirectMusicDownloadedInstrument(iface); return impl_from_IDirectMusicDownloadedInstrument(iface);
} }
HRESULT DMUSIC_CreateDirectMusicDownloadedInstrumentImpl(IDirectMusicDownloadedInstrument **instrument) static HRESULT DMUSIC_CreateDirectMusicDownloadedInstrumentImpl(IDirectMusicDownloadedInstrument **instrument)
{ {
IDirectMusicDownloadedInstrumentImpl *object; IDirectMusicDownloadedInstrumentImpl *object;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment