msi: Fix MsiProvideQualifiedComponentW spec file entry.

Huw D M Davies h.davies1 at physics.ox.ac.uk
Mon Dec 5 06:52:35 CST 2005


        Huw Davies <huw at codeweavers.com>
        Fix MsiProvideQualifiedComponentW spec file entry.

 dlls/msi/msi.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
-- 
Huw Davies
huw at codeweavers.com

diff --git a/dlls/msi/msi.spec b/dlls/msi/msi.spec
index 28b2628..ee28694 100644
--- a/dlls/msi/msi.spec
+++ b/dlls/msi/msi.spec
@@ -102,7 +102,7 @@
 106 stdcall MsiProvideComponentFromDescriptorW(wstr ptr ptr ptr)
 107 stub MsiProvideComponentW
 108 stdcall MsiProvideQualifiedComponentA(str str long ptr ptr)
-109 stdcall MsiProvideQualifiedComponentW(str str long ptr ptr)
+109 stdcall MsiProvideQualifiedComponentW(wstr wstr long ptr ptr)
 110 stdcall MsiQueryFeatureStateA(str str)
 111 stdcall MsiQueryFeatureStateW(wstr wstr)
 112 stdcall MsiQueryProductStateA(str)



More information about the wine-patches mailing list