|
@@ -34,8 +34,12 @@ Function CreatePipeHandles (Var Inhandle,OutHandle : Longint) : Boolean;
|
|
|
begin
|
|
|
Result := CreatePipe (@Inhandle,@OutHandle,@piInheritablePipe,PipeBufSize);
|
|
|
end;
|
|
|
+{
|
|
|
$Log$
|
|
|
- Revision 1.2 2000-07-13 11:33:07 michael
|
|
|
+ Revision 1.3 2000-07-25 11:27:35 jonas
|
|
|
+ * fixed missing comment openers for log section
|
|
|
+
|
|
|
+ Revision 1.2 2000/07/13 11:33:07 michael
|
|
|
+ removed logs
|
|
|
|
|
|
}
|