mirror of
https://github.com/reactos/reactos.git
synced 2026-05-31 08:17:09 +08:00
[WINESYNC] msi: Mark exported wine functions CDECL.
Signed-off-by: Zebediah Figura <zfigura@codeweavers.com> Signed-off-by: Hans Leidekker <hans@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org> wine commit id d0451d57348c0a25290f9326ca150843cd7d4486 by Zebediah Figura <zfigura@codeweavers.com>
This commit is contained in:
@@ -393,7 +393,7 @@ static DWORD DoUnregServer(void)
|
||||
return ret;
|
||||
}
|
||||
|
||||
extern UINT __wine_msi_call_dll_function(GUID *guid);
|
||||
extern UINT CDECL __wine_msi_call_dll_function(GUID *guid);
|
||||
|
||||
static int DoEmbedding(LPCWSTR key)
|
||||
{
|
||||
|
||||
@@ -485,7 +485,7 @@ static void handle_msi_break(LPCSTR target)
|
||||
static WCHAR ncalrpcW[] = {'n','c','a','l','r','p','c',0};
|
||||
static WCHAR endpoint_lrpcW[] = {'m','s','i',0};
|
||||
|
||||
UINT __wine_msi_call_dll_function(const GUID *guid)
|
||||
UINT CDECL __wine_msi_call_dll_function(const GUID *guid)
|
||||
{
|
||||
MsiCustomActionEntryPoint fn;
|
||||
MSIHANDLE remote_package = 0;
|
||||
|
||||
Reference in New Issue
Block a user