mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 18:29:27 +02:00
+ introduced type Sw_PString
git-svn-id: branches/unicodekvm@48605 -
This commit is contained in:
parent
297e9881c6
commit
5e9ba29d89
@ -148,8 +148,10 @@ TYPE
|
||||
TYPE
|
||||
{$IFDEF FV_UNICODE}
|
||||
Sw_String = UnicodeString;
|
||||
Sw_PString = UnicodeString;
|
||||
{$ELSE FV_UNICODE}
|
||||
Sw_String = ShortString;
|
||||
Sw_PString = PShortString;
|
||||
{$ENDIF FV_UNICODE}
|
||||
|
||||
{---------------------------------------------------------------------------}
|
||||
|
Loading…
Reference in New Issue
Block a user