Commit 6a787c7c authored by Aric Stewart's avatar Aric Stewart Committed by Alexandre Julliard

Use correct calling convention for the custom action handlers.

parent 8d81d671
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment