Use correct calling convention for the custom action handlers.

This commit is contained in:
Aric Stewart 2004-07-30 00:00:25 +00:00 committed by Alexandre Julliard
parent 8d81d671eb
commit 6a787c7c40
1 changed files with 1 additions and 1 deletions

View File

@ -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;