Explorar el Código

* Fix by Giulio: Fix compilation of redir.pp for go32v2

git-svn-id: trunk@14026 -
Tomas Hajny hace 16 años
padre
commit
0179fb503e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      tests/utils/redir.pp

+ 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}