Explorar o código

* UnicodeString<>WideString on windows

Michael VAN CANNEYT %!s(int64=2) %!d(string=hai) anos
pai
achega
84771f012d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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}