rtl: deprecate winwidestringalloc

git-svn-id: trunk@26421 -
This commit is contained in:
paul 2014-01-11 14:16:49 +00:00
parent 9681212fea
commit 932349020c

View File

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