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

git-svn-id: trunk@14026 -
This commit is contained in:
Tomas Hajny 2009-11-03 22:48:45 +00:00
parent 3a96d163fd
commit 0179fb503e

View File

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