[PATCH] dmime: Make IDirectMusicUtils_IPersistStream_ParseDescGeneric() static.

Michael Stefaniuc mstefani at winehq.org
Wed Apr 18 15:00:37 CDT 2018


Signed-off-by: Michael Stefaniuc <mstefani at winehq.org>

I'm ignoring the potential for whitespace / formatting cleanup in that
line as that function is doomed for removal anyway.


On 04/18/2018 03:24 AM, Francois Gouget wrote:
> Signed-off-by: Francois Gouget <fgouget at free.fr>
> ---
>  dlls/dmime/dmutils.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/dlls/dmime/dmutils.c b/dlls/dmime/dmutils.c
> index 9bb8df366b6..c51d5798498 100644
> --- a/dlls/dmime/dmutils.c
> +++ b/dlls/dmime/dmutils.c
> @@ -45,7 +45,7 @@
>  
>  WINE_DEFAULT_DEBUG_CHANNEL(dmfile);
>  
> -HRESULT IDirectMusicUtils_IPersistStream_ParseDescGeneric (DMUS_PRIVATE_CHUNK* pChunk, IStream* pStm, LPDMUS_OBJECTDESC pDesc) {
> +static HRESULT IDirectMusicUtils_IPersistStream_ParseDescGeneric (DMUS_PRIVATE_CHUNK* pChunk, IStream* pStm, LPDMUS_OBJECTDESC pDesc) {
>  
>    switch (pChunk->fccID) {
>    case DMUS_FOURCC_GUID_CHUNK: {
> 




More information about the wine-devel mailing list