Commit c5023aea authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

dmime: Make IDirectMusicUtils_IPersistStream_ParseDescGeneric() static.

parent 134d3f51
......@@ -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: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment