Commit b9989190 authored by Raphael Junqueira's avatar Raphael Junqueira Committed by Alexandre Julliard

Better dmscript loading (now we load the script version, script

language identifier and the script source).
parent 84d66c06
......@@ -78,6 +78,10 @@ struct IDirectMusicScriptImpl {
/* IDirectMusicScriptImpl fields */
LPDMUS_OBJECTDESC pDesc;
DMUS_IO_SCRIPT_HEADER* pHeader;
DMUS_IO_VERSION* pVersion;
WCHAR* pwzLanguage;
WCHAR* pwzSource;
};
/* IUnknown: */
......
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