From b9a5d247053fcdcb0fdbcc86d54323b0b978a62e Mon Sep 17 00:00:00 2001 From: anders_k Date: Wed, 28 Apr 2010 22:24:53 +0000 Subject: [PATCH] Extra_params functions are stdcall git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6071 212acab6-be3b-0410-9dea-997c60f758d6 --- Contrib/ExDLL/nsis.pas | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Contrib/ExDLL/nsis.pas b/Contrib/ExDLL/nsis.pas index 561a3adb..8013327d 100644 --- a/Contrib/ExDLL/nsis.pas +++ b/Contrib/ExDLL/nsis.pas @@ -51,8 +51,8 @@ type TVariableList = INST_0..__INST_LAST; TExecuteCodeSegment = function (const funct_id: Integer; const parent: HWND): Integer; stdcall; - Tvalidate_filename = procedure (const filename: PChar); cdecl; - TRegisterPluginCallback = function (const unknow: Integer; const uknown2: Integer): Integer; cdecl; + Tvalidate_filename = procedure (const filename: PChar); stdcall; + TRegisterPluginCallback = function (const unknow: Integer; const uknown2: Integer): Integer; stdcall; pexec_flags_t = ^exec_flags_t; exec_flags_t = record