mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-04 17:30:37 +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}
|
{$ifdef MSWINDOWS}
|
||||||
const
|
const
|
||||||
winwidestringalloc : boolean = true;
|
winwidestringalloc : boolean = true deprecated;
|
||||||
{$endif MSWINDOWS}
|
{$endif MSWINDOWS}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user