msi: spec for MsiGetUserInfoA

Aric Stewart aric at codeweavers.com
Fri May 20 11:44:49 CDT 2005


We have a stub for MsiGetUserInfoA we should use it

-------------- next part --------------
Index: dlls/msi/msi.spec
===================================================================
RCS file: /home/wine/wine/dlls/msi/msi.spec,v
retrieving revision 1.36
diff -u -r1.36 msi.spec
--- dlls/msi/msi.spec	26 Apr 2005 14:30:15 -0000	1.36
+++ dlls/msi/msi.spec	20 May 2005 16:42:54 -0000
@@ -78,7 +78,7 @@
 78 stdcall MsiGetSummaryInformationW(long wstr long ptr)
 79 stdcall MsiGetTargetPathA(long str ptr ptr)
 80 stdcall MsiGetTargetPathW(long wstr ptr ptr)
-81 stub MsiGetUserInfoA
+81 stdcall MsiGetUserInfoA(str ptr ptr ptr ptr ptr ptr)
 82 stdcall MsiGetUserInfoW(wstr ptr ptr ptr ptr ptr ptr)
 83 stub MsiInstallMissingComponentA
 84 stub MsiInstallMissingComponentW


More information about the wine-patches mailing list