mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-07 08:58:23 +02:00
lazutils: fixed TProcessUTF8 ancestor
git-svn-id: branches/fixes_1_6@50656 -
This commit is contained in:
parent
0a4add9726
commit
c94565d669
@ -99,7 +99,8 @@ type
|
||||
|
||||
{$IFDEF UseTProcessAlias}
|
||||
type
|
||||
TProcessUTF8 = type TProcess;
|
||||
TProcessUTF8 = class(TProcess)
|
||||
end;
|
||||
{$ENDIF}
|
||||
|
||||
procedure RunCmdFromPath(ProgramFilename, CmdLineParameters: string);
|
||||
|
Loading…
Reference in New Issue
Block a user