msi: Remove a fixme that no longer applies.
This commit is contained in:
parent
d10208e863
commit
3929369611
|
@ -588,9 +588,6 @@ UINT WINAPI MsiSourceListGetInfoW( LPCWSTR szProduct, LPCWSTR szUserSid,
|
|||
if (szUserSid)
|
||||
FIXME("Unhandled UserSid %s\n",debugstr_w(szUserSid));
|
||||
|
||||
if (dwContext != MSIINSTALLCONTEXT_USERUNMANAGED)
|
||||
FIXME("Unhandled context %d\n", dwContext);
|
||||
|
||||
rc = OpenSourceKey(szProduct, &sourcekey, dwOptions, dwContext, FALSE);
|
||||
if (rc != ERROR_SUCCESS)
|
||||
return rc;
|
||||
|
|
Loading…
Reference in New Issue