mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 18:29:28 +02:00
* Fix compilation of processunicode
This commit is contained in:
parent
abb5792aed
commit
8c8b336914
@ -270,6 +270,7 @@ implementation
|
||||
|
||||
{$i process.inc}
|
||||
|
||||
{$IFNDEF SKIPHELPERS}
|
||||
function TIOTypeHelper.ToString : string;
|
||||
|
||||
begin
|
||||
@ -319,7 +320,7 @@ begin
|
||||
WriteStr(Result,Self);
|
||||
end;
|
||||
|
||||
|
||||
{$ENDIF SKIPHELPERS}
|
||||
|
||||
Procedure CommandToList(S : TProcessString; List : TProcessStrings);
|
||||
|
||||
|
@ -55,7 +55,7 @@ Type
|
||||
{$define processunicodestring}
|
||||
{$ENDIF}
|
||||
{$define TProcessnamemacro:=TProcess}
|
||||
|
||||
{$DEFINE SKIPHELPERS}
|
||||
{$i processbody.inc}
|
||||
|
||||
end.
|
||||
|
Loading…
Reference in New Issue
Block a user