Huw Davies : msi: Fix MsiProvideQualifiedComponentW spec file entry.

Alexandre Julliard julliard at wine.codeweavers.com
Mon Dec 5 14:06:01 CST 2005


Module: wine
Branch: refs/heads/master
Commit: 0d13aeb26e17a592d34e20b49bea3e4f870d5ab0
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=0d13aeb26e17a592d34e20b49bea3e4f870d5ab0

Author: Huw Davies <huw at codeweavers.com>
Date:   Mon Dec  5 20:38:18 2005 +0100

msi: Fix MsiProvideQualifiedComponentW spec file entry.

---

 dlls/msi/msi.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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-cvs mailing list