瀏覽代碼

* incorrect IFDEF removed

git-svn-id: trunk@4312 -
Tomas Hajny 19 年之前
父節點
當前提交
dc9c5905bc
共有 1 個文件被更改,包括 1 次插入5 次删除
  1. 1 5
      packages/extra/unzip/unzipdll.pp

+ 1 - 5
packages/extra/unzip/unzipdll.pp

@@ -231,11 +231,7 @@ begin
   WriteLn ('This library could not be found on your system, however.');
   WriteLn ('Please, download the library, either from the location where you found');
   WriteLn ('this package, or from any FTP archive carrying InfoZip programs.');
-{$IFDEF OS2}
-  WriteLn ('If you already have this DLL, please, check your configuration (' + LIBPATH + ').');
-{$ELSE}
-  WriteLn ('If you already have this DLL, please, check your configuration (' + PATH + ').');
-{$ENDIF}
+  WriteLn ('If you already have this DLL, please, check your configuration (' + LibPath + ').');
   WriteLn (#13#10'If you want to try unpacking the files with internal unpacking routine,');
   WriteLn ('answer the following question with Y. However, this might not work correctly');
   WriteLn ('under some conditions (e.g. for long names and drives not supporting them).');