Module: wine Branch: master Commit: 9e769f2faee68ea0a7e9df859828309e04efa1fa URL: http://source.winehq.org/git/wine.git/?a=commit;h=9e769f2faee68ea0a7e9df8598...
Author: Hans Leidekker hans@codeweavers.com Date: Mon Jan 25 12:26:24 2010 +0100
include: Add some missing prototypes.
---
include/msi.h | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/include/msi.h b/include/msi.h index 2c0a37f..5c2f38c 100644 --- a/include/msi.h +++ b/include/msi.h @@ -597,6 +597,10 @@ UINT WINAPI MsiSourceListEnumSourcesA(LPCSTR, LPCSTR, MSIINSTALLCONTEXT, DWORD, UINT WINAPI MsiSourceListEnumSourcesW(LPCWSTR, LPCWSTR, MSIINSTALLCONTEXT, DWORD, DWORD, LPWSTR, LPDWORD); #define MsiSourceListEnumSources WINELIB_NAME_AW(MsiSourceListEnumSources)
+UINT WINAPI MsiSourceListClearSourceA(LPCSTR, LPCSTR, MSIINSTALLCONTEXT, DWORD, LPCSTR); +UINT WINAPI MsiSourceListClearSourceW(LPCWSTR, LPCWSTR, MSIINSTALLCONTEXT, DWORD, LPCWSTR); +#define MsiSourceListClearSource WINELIB_NAME_AW(MsiSourceListClearSource) + UINT WINAPI MsiSourceListClearAllA(LPCSTR, LPCSTR, DWORD); UINT WINAPI MsiSourceListClearAllW(LPCWSTR, LPCWSTR, DWORD); #define MsiSourceListClearAll WINELIB_NAME_AW(MsiSourceListClearAll)