Module: wine Branch: master Commit: 39293696114e53c5b3398d9c1f11422743129174 URL: http://source.winehq.org/git/wine.git/?a=commit;h=39293696114e53c5b3398d9c1f... Author: Hans Leidekker <hans(a)codeweavers.com> Date: Wed Jul 21 09:47:54 2010 +0200 msi: Remove a fixme that no longer applies. --- 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;