mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 07:09:18 +02:00
* use_shell equally applies to watcom target
git-svn-id: trunk@7952 -
This commit is contained in:
parent
17e0807a20
commit
2d04f57c67
@ -50,6 +50,10 @@ Implementation
|
|||||||
{$DEFINE USE_SHELL}
|
{$DEFINE USE_SHELL}
|
||||||
{$ENDIF GO32v2}
|
{$ENDIF GO32v2}
|
||||||
|
|
||||||
|
{$IFDEF WATCOM}
|
||||||
|
{$DEFINE USE_SHELL}
|
||||||
|
{$ENDIF WATCOM}
|
||||||
|
|
||||||
{$IFDEF OS2}
|
{$IFDEF OS2}
|
||||||
{$DEFINE USE_SHELL}
|
{$DEFINE USE_SHELL}
|
||||||
{$ENDIF OS2}
|
{$ENDIF OS2}
|
||||||
|
Loading…
Reference in New Issue
Block a user