Browse Source

* UnicodeString<>WideString on windows

Michael VAN CANNEYT 2 years ago
parent
commit
8ef4625e4d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      rtl/inc/objpash.inc

+ 1 - 1
rtl/inc/objpash.inc

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