Ver Fonte

* UnicodeString<>WideString on windows

Michael VAN CANNEYT há 2 anos atrás
pai
commit
84771f012d
1 ficheiros alterados com 1 adições e 1 exclusões
  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}