dmime: Make IDirectMusicUtils_IPersistStream_ParseDescGeneric() static.

Signed-off-by: Francois Gouget <fgouget@free.fr>
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Francois Gouget 2018-04-18 03:24:58 +02:00 committed by Alexandre Julliard
parent 134d3f51fb
commit c5023aea7e
1 changed files with 1 additions and 1 deletions

View File

@ -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: {