[6/8] msi: Remove a fixme that no longer applies.

Hans Leidekker hans at codeweavers.com
Wed Jul 21 02:47:54 CDT 2010


---
 dlls/msi/source.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/dlls/msi/source.c b/dlls/msi/source.c
index 0e752f5..8e4323a 100644
--- a/dlls/msi/source.c
+++ b/dlls/msi/source.c
@@ -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;
-- 
1.7.0.4







More information about the wine-patches mailing list