msi: Remove a fixme that no longer applies.

This commit is contained in:
Hans Leidekker 2010-07-21 09:47:54 +02:00 committed by Alexandre Julliard
parent d10208e863
commit 3929369611
1 changed files with 0 additions and 3 deletions

View File

@ -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;