Browse Source

* Win32 ExecInheritsHandles typo problem

pierre 26 years ago
parent
commit
3a82964db4
1 changed files with 7 additions and 4 deletions
  1. 7 4
      ide/text/fpredir.pas

+ 7 - 4
ide/text/fpredir.pas

@@ -536,12 +536,12 @@ end;
     Shell(Progname+' '+Comline);
     Shell(Progname+' '+Comline);
 {$else}
 {$else}
 {$ifdef win32}
 {$ifdef win32}
-    StoreInherit:=ExecInheritedHandles;
-    ExecInheritedHandles:=true;
+    StoreInherit:=ExecInheritsHandles;
+    ExecInheritsHandles:=true;
 {$endif win32}
 {$endif win32}
     Dos.Exec (ProgName, ComLine);
     Dos.Exec (ProgName, ComLine);
 {$ifdef win32}
 {$ifdef win32}
-    ExecInheritedHandles:=StoreInherit;
+    ExecInheritsHandles:=StoreInherit;
 {$endif win32}
 {$endif win32}
 {$endif}
 {$endif}
     IOStatus:=DosError;
     IOStatus:=DosError;
@@ -716,7 +716,10 @@ Begin
 End.
 End.
 {
 {
   $Log$
   $Log$
-  Revision 1.22  1999-09-22 09:03:58  peter
+  Revision 1.23  1999-09-22 13:03:27  pierre
+   * Win32 ExecInheritsHandles typo problem
+
+  Revision 1.22  1999/09/22 09:03:58  peter
     * typo fixed for win32
     * typo fixed for win32
 
 
   Revision 1.21  1999/09/21 11:28:22  pierre
   Revision 1.21  1999/09/21 11:28:22  pierre