mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-28 10:02:14 +00:00
ADD: Workaround: Internal error 200130121
This commit is contained in:
parent
9a2d3dec2b
commit
4dc4d21dba
1 changed files with 3 additions and 0 deletions
|
|
@ -1109,7 +1109,10 @@ end;
|
|||
initialization
|
||||
Initialize;
|
||||
|
||||
// Workaround: Internal error 200130121
|
||||
{$IF (FPC_FULLVERSION < 030000) or (not DEFINED(WIN64))}
|
||||
finalization
|
||||
Finalize;
|
||||
{$ENDIF}
|
||||
|
||||
end.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue