--- Merging r43826 into '.':

U    rtl/objpas/sysutils/sysutilh.inc
U    rtl/objpas/sysutils/sysutils.inc
--- Recording mergeinfo for merge of r43826 into '.':
 U   .

# revisions: 43826

git-svn-id: branches/fixes_3_2@43925 -
This commit is contained in:
marco 2020-01-13 11:17:43 +00:00
parent baf51cbab3
commit 21cdd55d9c
2 changed files with 2 additions and 2 deletions

View File

@ -306,7 +306,7 @@ Type
{$macro on}
{$define PathStr:=UnicodeString}
{$define PathPChar:=PWideChar}
{$define PathPChar:=PUnicodeChar}
{ Read filename handling functions declaration }
{$i finah.inc}
{$define PathStr:=RawByteString}

View File

@ -18,7 +18,7 @@
{$macro on}
{$define PathStr:=UnicodeString}
{$define PathPChar:=PWideChar}
{$define PathPChar:=PUnicodeChar}
{$define SYSUTILSUNICODE}
{ Read filename handling functions implementation }
{$i fina.inc}