Module: wine Branch: master Commit: 2fca1765b6bc591d488573aecb950d5b6e85635f URL: http://source.winehq.org/git/wine.git/?a=commit;h=2fca1765b6bc591d488573aecb...
Author: Francois Gouget fgouget@free.fr Date: Thu Apr 18 18:57:27 2013 +0200
dmusic: Make DMUSIC_CreateDirectMusicDownloadedInstrumentImpl() static.
---
dlls/dmusic/port.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/dmusic/port.c b/dlls/dmusic/port.c index 459fdb8..42fd5ea 100644 --- a/dlls/dmusic/port.c +++ b/dlls/dmusic/port.c @@ -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;