mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-16 08:00:52 +02:00
* also redefine pchar as pwidechar in {$modeswitch unicodestrings}
git-svn-id: branches/jvmbackend@21054 -
This commit is contained in:
parent
81d1cfb3ca
commit
9b6c426369
@ -19,6 +19,7 @@ interface
|
||||
|
||||
type
|
||||
char = widechar;
|
||||
pchar = pwidechar;
|
||||
|
||||
implementation
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user