FIX: Build under Linux

This commit is contained in:
Alexander Koblov 2015-07-26 08:30:41 +00:00
commit e774ba7cef

View file

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