Browse Source

--- Merging r26421 into '.':
U rtl/inc/wstringh.inc

# revisions: 26421
r26421 | paul | 2014-01-11 15:16:49 +0100 (Sat, 11 Jan 2014) | 1 line
Changed paths:
M /trunk/rtl/inc/wstringh.inc

rtl: deprecate winwidestringalloc

git-svn-id: branches/fixes_2_6@26422 -

marco 11 years ago
parent
commit
236c0adbf0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      rtl/inc/wstringh.inc

+ 1 - 1
rtl/inc/wstringh.inc

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