mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-13 14:49:10 +02:00
* UnicodeString<>WideString on windows
This commit is contained in:
parent
d741141097
commit
2e2cf215cb
@ -206,7 +206,7 @@
|
||||
{$IFNDEF UNICODERTL}
|
||||
RTLString = ansistring;
|
||||
{$ELSE UNICODERTL}
|
||||
RTLString = widestring;
|
||||
RTLString = unicodestring;
|
||||
{$ENDIF UNICODERTL}
|
||||
|
||||
{$else FPC_HAS_FEATURE_ANSISTRINGS}
|
||||
|
Loading…
Reference in New Issue
Block a user