Extra_params functions are stdcall

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6071 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
anders_k 2010-04-28 22:24:53 +00:00
parent 0b26006a44
commit b9a5d24705

View file

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