6 Apr
2025
6 Apr
'25
8:56 a.m.
From: Daniel Martin <dm(a)xbostechnology.com> --- dlls/activeds/tests/activeds.c | 1 + 1 file changed, 1 insertion(+) diff --git a/dlls/activeds/tests/activeds.c b/dlls/activeds/tests/activeds.c index f84747b947b..5b78f36e89f 100644 --- a/dlls/activeds/tests/activeds.c +++ b/dlls/activeds/tests/activeds.c @@ -214,6 +214,7 @@ START_TEST(activeds) test_Pathname(); test_ADsBuildVarArrayStr(); + test_ADsBuildVarArrayInt(); CoUninitialize(); } -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/7752