Module: wine
Branch: master
Commit: 21beb2a8c7a9dbd3632fb5562b6c54b30eb291e3
URL: https://gitlab.winehq.org/wine/wine/-/commit/21beb2a8c7a9dbd3632fb5562b6c54…
Author: Zhiyi Zhang <zzhang(a)codeweavers.com>
Date: Fri Aug 19 15:38:10 2022 +0800
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.
---
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");