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:
parent
134d3f51fb
commit
c5023aea7e
|
@ -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: {
|
||||
|
|
Loading…
Reference in New Issue