Hans Leidekker (@hans) commented about dlls/ws2_32/tests/sock.c:
- hr = INetFwPolicy_get_CurrentProfile( policy, &profile );
- if (hr != S_OK) goto done;
- hr = INetFwProfile_get_AuthorizedApplications( profile, &apps );
- ok( hr == S_OK, "got %#lx\n", hr );
- if (hr != S_OK) goto done;
- hr = CoCreateInstance( &CLSID_NetFwAuthorizedApplication, NULL, CLSCTX_INPROC_SERVER,
&IID_INetFwAuthorizedApplication, (void **)&app );
- ok( hr == S_OK, "got %#lx\n", hr );
- if (hr != S_OK) goto done;
- hr = INetFwAuthorizedApplication_put_ProcessImageFileName( app, image );
- if (hr != S_OK) goto done;
- name = SysAllocString( L"webservices_test" );
'ws2_32_test'. Maybe we should just reuse 'image'.