浏览代码

* UnicodeString<>WideString on windows

Michael VAN CANNEYT 2 年之前
父节点
当前提交
84771f012d
共有 1 个文件被更改,包括 1 次插入1 次删除
  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}