From 20f86dc60ff5e60d426539d4846b877aa2ebbacc Mon Sep 17 00:00:00 2001 From: pierre Date: Tue, 21 Sep 1999 13:24:32 +0000 Subject: [PATCH] * typo error --- rtl/win32/dos.pp | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/rtl/win32/dos.pp b/rtl/win32/dos.pp index 31078dab46..b027051558 100644 --- a/rtl/win32/dos.pp +++ b/rtl/win32/dos.pp @@ -161,10 +161,10 @@ Procedure Keep(exitcode: word); Const { allow EXEC to inherited handles from calling process, - needed for FPREDIR in ide/text + needed for FPREDIR in ide/text now set to true by default because other OS also pass open handles to childs PM } - ExecInheritsHandles : BOOL = true; + ExecInheritedHandles : BOOL = true; implementation uses strings; @@ -894,7 +894,10 @@ End; end. { $Log$ - Revision 1.21 1999-09-21 12:37:09 pierre + Revision 1.22 1999-09-21 13:24:32 pierre + * typo error + + Revision 1.21 1999/09/21 12:37:09 pierre * Child inherits now file handles from parent in Exec by default Revision 1.20 1999/09/21 11:34:40 pierre