[AMSTREAM_WINETEST] Sync with Wine Staging 2.9. CORE-13362

svn path=/trunk/; revision=74786
This commit is contained in:
Amine Khaldi 2017-06-03 18:37:13 +00:00
parent cdafd8b213
commit 59ae921bd1

View file

@ -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);