James Hawkins : msi: Remove invalid fixmes.

Alexandre Julliard julliard at winehq.org
Mon Feb 25 06:51:25 CST 2008


Module: wine
Branch: master
Commit: d3b37385675a2a5c43d00a08229f06e5465cddc5
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=d3b37385675a2a5c43d00a08229f06e5465cddc5

Author: James Hawkins <jhawkins at codeweavers.com>
Date:   Sun Feb 24 20:08:54 2008 -0600

msi: Remove invalid fixmes.

---

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

diff --git a/dlls/msi/source.c b/dlls/msi/source.c
index ca4a8ea..85b3d81 100644
--- a/dlls/msi/source.c
+++ b/dlls/msi/source.c
@@ -1007,12 +1007,6 @@ UINT WINAPI MsiSourceListAddMediaDiskW(LPCWSTR szProduct, LPCWSTR szUserSid,
         FIXME("Unhandled options MSICODE_PATCH\n");
         return ERROR_FUNCTION_FAILED;
     }
-    
-    if (szUserSid)
-        FIXME("Unhandled UserSid %s\n",debugstr_w(szUserSid));
-
-    if (dwContext == MSIINSTALLCONTEXT_USERUNMANAGED)
-        FIXME("Unknown context MSIINSTALLCONTEXT_USERUNMANAGED\n");
 
     rc = OpenSourceKey(szProduct, &sourcekey, MSICODE_PRODUCT, dwContext, FALSE);
     if (rc != ERROR_SUCCESS)




More information about the wine-cvs mailing list