mirror of
https://github.com/reactos/wine.git
synced 2024-11-29 14:40:56 +00:00
Use correct calling convention for the custom action handlers.
This commit is contained in:
parent
8d81d671eb
commit
6a787c7c40
@ -1102,7 +1102,7 @@ static UINT store_binary_to_temp(MSIPACKAGE *package, const LPWSTR source,
|
||||
}
|
||||
|
||||
|
||||
typedef UINT CustomEntry(MSIHANDLE);
|
||||
typedef UINT __stdcall CustomEntry(MSIHANDLE);
|
||||
typedef struct
|
||||
{
|
||||
MSIPACKAGE *package;
|
||||
|
Loading…
Reference in New Issue
Block a user