From 2fca1765b6bc591d488573aecb950d5b6e85635f Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Thu, 18 Apr 2013 18:57:27 +0200 Subject: [PATCH] dmusic: Make DMUSIC_CreateDirectMusicDownloadedInstrumentImpl() static. --- 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 459fdb8cd5..42fd5ea967 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; -- 2.32.0.93.g670b81a890