mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-29 15:00:27 +02:00
--- 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:
parent
baf51cbab3
commit
21cdd55d9c
@ -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}
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user