Browse Source

Fix compilation for EMX

git-svn-id: trunk@37015 -
pierre 8 years ago
parent
commit
961bd0b56f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/unzip/src/unzipdll.pp

+ 1 - 1
packages/unzip/src/unzipdll.pp

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