* use_shell equally applies to watcom target

git-svn-id: trunk@7952 -
This commit is contained in:
Tomas Hajny 2007-07-04 22:44:45 +00:00
parent 17e0807a20
commit 2d04f57c67

View File

@ -50,6 +50,10 @@ Implementation
{$DEFINE USE_SHELL}
{$ENDIF GO32v2}
{$IFDEF WATCOM}
{$DEFINE USE_SHELL}
{$ENDIF WATCOM}
{$IFDEF OS2}
{$DEFINE USE_SHELL}
{$ENDIF OS2}