mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-10-21 00:21:34 +02:00
* fixed missing comment openers for log section
This commit is contained in:
parent
63e6473af4
commit
a663745429
@ -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
|
||||
|
||||
}
|
||||
|
@ -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
|
||||
|
||||
}
|
||||
|
@ -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
|
||||
|
||||
}
|
||||
|
@ -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
|
||||
|
||||
}
|
||||
|
@ -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
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user