mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Build under Linux
This commit is contained in:
parent
a9ce9b62eb
commit
e774ba7cef
1 changed files with 2 additions and 2 deletions
|
|
@ -89,14 +89,14 @@ begin
|
|||
end;
|
||||
end;
|
||||
|
||||
procedure PackSetDefaultParams(dps: PPackDefaultParamStruct); stdcall;
|
||||
procedure PackSetDefaultParams(dps: PPackDefaultParamStruct); dcpcall;
|
||||
begin
|
||||
IniFileName:= dps^.DefaultIniName;
|
||||
|
||||
LoadConfig;
|
||||
end;
|
||||
|
||||
procedure ConfigurePacker(Parent: HWND; DllInstance: THandle); stdcall;
|
||||
procedure ConfigurePacker(Parent: HWND; DllInstance: THandle); dcpcall;
|
||||
begin
|
||||
CreateRarConfDlg;
|
||||
end;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue