소스 검색

* 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}