浏览代码

rtl: deprecate winwidestringalloc

git-svn-id: trunk@26421 -
paul 11 年之前
父节点
当前提交
932349020c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      rtl/inc/wstringh.inc

+ 1 - 1
rtl/inc/wstringh.inc

@@ -40,6 +40,6 @@ function UTF8Encode(const s : WideString) : RawByteString;
 
 {$ifdef MSWINDOWS}
 const
-  winwidestringalloc : boolean = true;
+  winwidestringalloc : boolean = true deprecated;
 {$endif MSWINDOWS}