I'm afraid the following change to dlls/dmusic/dmusic_misc.c
revision 1.3 date: 2003/06/13 18:59:51; author: julliard; state: Exp; lines: +113 -9 Raphael Junqueira fenix@club-internet.fr - always use IDirectMusicPerformance8Impl instead of IDirectMusicPerformanceImpl (as the first inherits from the second) - implement many Loader, AudioPath and Performance8 stubs - fix the class factory - more debug traces - for now IDirectMusicLoader8::LoadObjectFromFile always returns not supported format - fix the IDirectMusicPerformance8::Init (many crashes) - implementation of IDirectMusicPerformance8InitAudio
is causing the following warning:
dmusic_misc.c:260: warning: passing arg 2 of `IDirectMusicPerformanceImpl_SetGraph' from incompatible pointer type
Could someone more familiar with this have a look at what's wrong?
Thanks, Gerald
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
I'm afraid the following change to dlls/dmusic/dmusic_misc.c
<snip>
is causing the following warning:
dmusic_misc.c:260: warning: passing arg 2 of `IDirectMusicPerformanceImpl_SetGraph' from incompatible pointer type
don't worry it's only a cast i have forgot. See attached patch.
Could someone more familiar with this have a look at what's wrong?
Thanks, Gerald
Changelog: - fix a warning seen by Gerald Pfeifer pfeifer@dbai.tuwien.ac.at
This 'incremental' patch need the last Christian patch
Regards, Raphael