mirror of
https://github.com/reactos/reactos.git
synced 2025-01-06 06:20:13 +00:00
[AMSTREAM_WINETEST] Sync with Wine Staging 2.9. CORE-13362
svn path=/trunk/; revision=74786
This commit is contained in:
parent
cdafd8b213
commit
59ae921bd1
1 changed files with 1 additions and 1 deletions
|
@ -579,7 +579,7 @@ static void test_IDirectDrawStreamSample(void)
|
|||
EXPECT_REF(surface, 2);
|
||||
|
||||
surface2 = NULL;
|
||||
memset(&rect, 0, sizeof(rect));
|
||||
SetRectEmpty(&rect);
|
||||
hr = IDirectDrawStreamSample_GetSurface(pddsample, &surface2, &rect);
|
||||
ok(hr == S_OK, "got 0x%08x\n", hr);
|
||||
ok(surface == surface2, "got %p\n", surface2);
|
||||
|
|
Loading…
Reference in a new issue