Oct. 25, 2024
1: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