Browse Source

rtl: deprecate winwidestringalloc

git-svn-id: trunk@26421 -
paul 11 years ago
parent
commit
932349020c
1 changed files with 1 additions and 1 deletions
  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}
 {$ifdef MSWINDOWS}
 const
 const
-  winwidestringalloc : boolean = true;
+  winwidestringalloc : boolean = true deprecated;
 {$endif MSWINDOWS}
 {$endif MSWINDOWS}