25 Oct
2024
25 Oct
'24
6:40 p.m.
Hans Leidekker (@hans) commented about dlls/wbemprox/tests/query.c:
IWbemClassObject_Release( out ); }
+static void test_Win32_Process_query( IWbemServices *services ) +{ + WCHAR query_buffer[100]; + WCHAR executable_path[255]; + BSTR wql = SysAllocString( L"wql" ), query; + HRESULT hr;
Please merge this test with test_Win32_Process(). -- https://gitlab.winehq.org/wine/wine/-/merge_requests/6734#note_86116