mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-30 20:01:27 +02:00
* Small addition to r7911.
git-svn-id: trunk@7914 -
This commit is contained in:
parent
28f0d47d83
commit
ec2d657a32
@ -195,9 +195,11 @@ begin
|
||||
S:=Nil;
|
||||
end;
|
||||
|
||||
{$ifdef FPC_WINLIKEWIDESTRING}
|
||||
var
|
||||
__data_start: byte; external name '__data_start__';
|
||||
__data_end: byte; external name '__data_end__';
|
||||
{$endif FPC_WINLIKEWIDESTRING}
|
||||
|
||||
Procedure fpc_WideStr_Decr_Ref (Var S : Pointer);[Public,Alias:'FPC_WIDESTR_DECR_REF']; compilerproc;
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user