mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-08 08:28:09 +02:00
rtl: deprecate winwidestringalloc
git-svn-id: trunk@26421 -
This commit is contained in:
parent
9681212fea
commit
932349020c
@ -40,6 +40,6 @@ function UTF8Encode(const s : WideString) : RawByteString;
|
||||
|
||||
{$ifdef MSWINDOWS}
|
||||
const
|
||||
winwidestringalloc : boolean = true;
|
||||
winwidestringalloc : boolean = true deprecated;
|
||||
{$endif MSWINDOWS}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user