2
0
Эх сурвалжийг харах

* bug #36497, minor stylistic cleanup from Cyrax that replaces some pwidechar with punicodechar

git-svn-id: trunk@43826 -
marco 5 жил өмнө
parent
commit
defabdc80d

+ 1 - 1
rtl/objpas/sysutils/sysutilh.inc

@@ -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}

+ 1 - 1
rtl/objpas/sysutils/sysutils.inc

@@ -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}