dmusic: Make DMUSIC_CreateDirectMusicDownloadedInstrumentImpl() static.

Francois Gouget fgouget at free.fr
Thu Apr 18 11:57:27 CDT 2013


---
 dlls/dmusic/port.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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



More information about the wine-patches mailing list