* UnicodeString<>WideString on windows

This commit is contained in:
Michael VAN CANNEYT 2023-01-26 11:29:25 +01:00 committed by Pierre Muller
parent d741141097
commit 2e2cf215cb

View File

@ -206,7 +206,7 @@
{$IFNDEF UNICODERTL}
RTLString = ansistring;
{$ELSE UNICODERTL}
RTLString = widestring;
RTLString = unicodestring;
{$ENDIF UNICODERTL}
{$else FPC_HAS_FEATURE_ANSISTRINGS}