ddraw/tests: Add a comment to note that tests in d3d.c are deprecated.

And new tests should be added to tests/ddraw{1,2,4,7}.c.
This commit is contained in:
Zhiyi Zhang 2022-08-19 15:38:10 +08:00 committed by Alexandre Julliard
parent fcb553ffc2
commit 21beb2a8c7

View file

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