Commit 21beb2a8 authored by Zhiyi Zhang's avatar Zhiyi Zhang Committed by Alexandre Julliard

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.
parent fcb553ff
......@@ -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");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment