22 Aug
2022
22 Aug
'22
1:43 a.m.
From: Zhiyi Zhang <zzhang(a)codeweavers.com> And new tests should be added to tests/ddraw{1,2,4,7}.c. --- dlls/ddraw/tests/d3d.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dlls/ddraw/tests/d3d.c b/dlls/ddraw/tests/d3d.c index 87d0648b699..7005908fc3a 100644 --- a/dlls/ddraw/tests/d3d.c +++ b/dlls/ddraw/tests/d3d.c @@ -2227,6 +2227,8 @@ START_TEST(d3d) }; unsigned int i; + /* These tests are deprecated. New tests should be added to tests/ddraw{1,2,4,7}.c */ + init_function_pointers(); if(!pDirectDrawCreateEx) { win_skip("function DirectDrawCreateEx not available\n"); -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/670