* fixed missing comment openers for log section

This commit is contained in:
Jonas Maebe 2000-07-25 11:27:34 +00:00
parent 63e6473af4
commit a663745429
5 changed files with 25 additions and 6 deletions

View File

@ -32,8 +32,12 @@ begin
end;
FreeEnvironmentStrings(p);
end;
{
$Log$
Revision 1.2 2000-07-13 11:33:07 michael
Revision 1.3 2000-07-25 11:27:34 jonas
* fixed missing comment openers for log section
Revision 1.2 2000/07/13 11:33:07 michael
+ removed logs
}

View File

@ -166,9 +166,12 @@ begin
end;
end.
{
$Log$
Revision 1.2 2000-07-13 11:33:07 michael
Revision 1.3 2000-07-25 11:27:34 jonas
* fixed missing comment openers for log section
Revision 1.2 2000/07/13 11:33:07 michael
+ removed logs
}

View File

@ -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
}

View File

@ -135,8 +135,12 @@ begin
If ExitStatus=Still_active then
Result:=TerminateProcess(Handle,AexitCode);
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
}

View File

@ -208,8 +208,12 @@ begin
WaitForSingleObject(ulong(FHandle), INFINITE);
GetExitCodeThread(FHandle, Result);
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
}