mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-28 22:20:19 +02:00
+ introduced Sw_String
git-svn-id: branches/unicodekvm@48593 -
This commit is contained in:
parent
29dfb6131e
commit
90b422b2d4
@ -142,6 +142,16 @@ TYPE
|
||||
Sw_Integer = LongInt; { Long integer now }
|
||||
{$ENDIF}
|
||||
|
||||
{---------------------------------------------------------------------------}
|
||||
{ SHORT/ANSI/UNICODE SWITCHED STRING TYPE }
|
||||
{---------------------------------------------------------------------------}
|
||||
TYPE
|
||||
{$IFDEF FV_UNICODE}
|
||||
Sw_String = UnicodeString;
|
||||
{$ELSE FV_UNICODE}
|
||||
Sw_String = ShortString;
|
||||
{$ENDIF FV_UNICODE}
|
||||
|
||||
{---------------------------------------------------------------------------}
|
||||
{ GENERAL ARRAYS }
|
||||
{---------------------------------------------------------------------------}
|
||||
|
Loading…
Reference in New Issue
Block a user