mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-07 19:50:17 +02:00
Fix compilation for EMX
git-svn-id: trunk@37015 -
This commit is contained in:
parent
ed58ca8492
commit
961bd0b56f
@ -211,7 +211,7 @@ end;
|
||||
begin
|
||||
{$IFDEF EMX}
|
||||
if os_Mode <> osOS2 then
|
||||
FileUnzipEx := TFileUnzipEx (@Unzip.FileUnzipEx)
|
||||
FileUnzipEx := TFileUnzipEx (@Unzip51g.FileUnzipEx)
|
||||
else
|
||||
{$ENDIF EMX}
|
||||
if DLLInit then
|
||||
|
Loading…
Reference in New Issue
Block a user