Kaynağa Gözat

* UnicodeString<>WideString on windows

Michael VAN CANNEYT 2 yıl önce
ebeveyn
işleme
84771f012d
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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}