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:
parent
0b26006a44
commit
b9a5d24705
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue