Browse Source

--- Merging r14026 into '.':
U tests/utils/redir.pp
--- Merging r14027 into '.':
U installer/install.pas

git-svn-id: branches/fixes_2_4@14302 -

marco 15 years ago
parent
commit
631f47cb60
2 changed files with 2 additions and 2 deletions
  1. 1 1
      installer/install.pas
  2. 1 1
      tests/utils/redir.pp

+ 1 - 1
installer/install.pas

@@ -98,7 +98,7 @@ program install;
 
 
      maxpacks=30;
-     maxpackages=28;
+     maxpackages=29;
      maxdefcfgs=1024;
 
      HTMLIndexExt = '.htx';

+ 1 - 1
tests/utils/redir.pp

@@ -90,7 +90,7 @@ const
 
 Implementation
 
-{$if defined(macos) or defined(windows) or defined(shell_implemented)}
+{$if defined(macos) or defined(windows) or defined(shell_implemented) or defined(go32v2)}
 {$define usedos}
 {$endif}