mirror of
https://github.com/reactos/wine.git
synced 2025-04-03 00:21:39 +00:00
Fixed (LPDIRECTMUSICLOADER8) cast.
This commit is contained in:
parent
225148b973
commit
66d3261e65
@ -66,7 +66,7 @@ HRESULT WINAPI IDirectMusicLoaderFileStream_Attach (LPSTREAM iface, LPCWSTR wzFi
|
||||
return DMUS_E_LOADER_FAILEDOPEN;
|
||||
}
|
||||
/* create IDirectMusicGetLoader */
|
||||
(LPDIRECTMUSICLOADER) This->pLoader = pLoader;
|
||||
This->pLoader = (LPDIRECTMUSICLOADER8)pLoader;
|
||||
strncpyW (This->wzFileName, wzFile, MAX_PATH);
|
||||
TRACE(": succeeded\n");
|
||||
return S_OK;
|
||||
|
Loading…
x
Reference in New Issue
Block a user