From 932349020c23000637502bc294675e84b8e16772 Mon Sep 17 00:00:00 2001 From: paul Date: Sat, 11 Jan 2014 14:16:49 +0000 Subject: [PATCH] rtl: deprecate winwidestringalloc git-svn-id: trunk@26421 - --- rtl/inc/wstringh.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtl/inc/wstringh.inc b/rtl/inc/wstringh.inc index c1d3909321..57ca32a987 100644 --- a/rtl/inc/wstringh.inc +++ b/rtl/inc/wstringh.inc @@ -40,6 +40,6 @@ function UTF8Encode(const s : WideString) : RawByteString; {$ifdef MSWINDOWS} const - winwidestringalloc : boolean = true; + winwidestringalloc : boolean = true deprecated; {$endif MSWINDOWS}