From c39011233037657d2f1f071704cc5173d343f07f Mon Sep 17 00:00:00 2001 From: Mikolaj Zalewski Date: Thu, 27 Sep 2007 14:58:10 -0700 Subject: [PATCH] msi: add some already implemented function to the spec file --- dlls/msi/msi.spec | 8 ++++---- dlls/msi/source.c | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dlls/msi/msi.spec b/dlls/msi/msi.spec index 2874b71..fd95d8f 100644 --- a/dlls/msi/msi.spec +++ b/dlls/msi/msi.spec @@ -249,7 +249,7 @@ 253 stub MsiDeterminePatchSequenceA 254 stub MsiDeterminePatchSequenceW 255 stub MsiSourceListAddSourceExA -256 stub MsiSourceListAddSourceExW +256 stdcall MsiSourceListAddSourceExW(wstr wstr long long wstr long) 257 stub MsiSourceListClearSourceA 258 stub MsiSourceListClearSourceW 259 stub MsiSourceListClearAllExA @@ -259,15 +259,15 @@ 263 stdcall MsiSourceListEnumSourcesA(str str long long long ptr ptr) 264 stub MsiSourceListEnumSourcesW 265 stdcall MsiSourceListGetInfoA(str str long long str ptr ptr) -266 stub MsiSourceListGetInfoW +266 stdcall MsiSourceListGetInfoW(wstr wstr long long wstr ptr ptr) 267 stub MsiSourceListSetInfoA -268 stub MsiSourceListSetInfoW +268 stdcall MsiSourceListSetInfoW(wstr wstr long long wstr wstr) 269 stub MsiEnumPatchesExA 270 stub MsiEnumPatchesExW 271 stub MsiSourceListEnumMediaDisksA 272 stub MsiSourceListEnumMediaDisksW 273 stub MsiSourceListAddMediaDiskA -274 stub MsiSourceListAddMediaDiskW +274 stdcall MsiSourceListAddMediaDiskW(wstr wstr long long long wstr wstr) 275 stub MsiSourceListClearMediaDiskA 276 stub MsiSourceListClearMediaDiskW 277 stub MsiDetermineApplicablePatchesA diff --git a/dlls/msi/source.c b/dlls/msi/source.c index 69f10f3..660998f 100644 --- a/dlls/msi/source.c +++ b/dlls/msi/source.c @@ -721,7 +721,7 @@ UINT WINAPI MsiSourceListAddMediaDiskW(L } /****************************************************************** - * MsiSourceListAddSourceExA (MSI.@) + * MsiSourceListClearAllA (MSI.@) */ UINT WINAPI MsiSourceListClearAllA( LPCSTR szProduct, LPCSTR szUserName, DWORD dwReserved ) { @@ -730,7 +730,7 @@ UINT WINAPI MsiSourceListClearAllA( LPCS } /****************************************************************** - * MsiSourceListAddSourceExW (MSI.@) + * MsiSourceListClearAllW (MSI.@) */ UINT WINAPI MsiSourceListClearAllW( LPCWSTR szProduct, LPCWSTR szUserName, DWORD dwReserved ) { -- 1.4.1