dmime/tests: Call the correct QueryInterface function for DirectMusic track.
This commit is contained in:
parent
24ad74ee26
commit
1df0e34293
1 changed files with 1 additions and 1 deletions
|
@ -4122,7 +4122,7 @@ static void test_sequence_track(void)
|
|||
&IID_IDirectMusicTrack, (void **)&track);
|
||||
ok(hr == S_OK, "got %#lx\n", hr);
|
||||
|
||||
hr = IDirectMusicSegment_QueryInterface(track, &IID_IPersistStream, (void **)&persist);
|
||||
hr = IDirectMusicTrack_QueryInterface(track, &IID_IPersistStream, (void **)&persist);
|
||||
ok(hr == S_OK, "got %#lx\n", hr);
|
||||
hr = CreateStreamOnHGlobal(0, TRUE, &stream);
|
||||
ok(hr == S_OK, "got %#lx\n", hr);
|
||||
|
|
Loading…
Add table
Reference in a new issue