mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 19:49:50 +00:00
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:
parent
fcb553ffc2
commit
21beb2a8c7
1 changed files with 2 additions and 0 deletions
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue