From 893f880b6003a28a5b6e807900a4476d2731ec7e Mon Sep 17 00:00:00 2001 From: Timo Kreuzer Date: Thu, 2 Feb 2023 17:37:37 +0200 Subject: [PATCH] [WIN32KNT_APITEST] Disable test for NtGdiDdQueryDirectDrawObject --- modules/rostests/apitests/win32nt/testlist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/rostests/apitests/win32nt/testlist.c b/modules/rostests/apitests/win32nt/testlist.c index 839d87480fc..3453314c408 100644 --- a/modules/rostests/apitests/win32nt/testlist.c +++ b/modules/rostests/apitests/win32nt/testlist.c @@ -72,7 +72,7 @@ const struct test winetest_testlist[] = /* ntdd*/ { "NtGdiDdCreateDirectDrawObject", func_NtGdiDdCreateDirectDrawObject }, { "NtGdiDdDeleteDirectDrawObject", func_NtGdiDdDeleteDirectDrawObject }, - { "NtGdiDdQueryDirectDrawObject", func_NtGdiDdQueryDirectDrawObject }, + // { "NtGdiDdQueryDirectDrawObject", func_NtGdiDdQueryDirectDrawObject }, { "NtGdiArcInternal", func_NtGdiArcInternal }, /* ntgdi */