mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 04:29:17 +02:00
* fixed test for non-mswindows platforms
git-svn-id: trunk@10338 -
This commit is contained in:
parent
38230735a5
commit
88bdf1d674
@ -10,7 +10,9 @@ uses
|
||||
var
|
||||
wstr1: widestring;
|
||||
begin
|
||||
{$ifdef mswindows}
|
||||
winwidestringalloc:= false;
|
||||
{$endif}
|
||||
//crash exist with winwidestringalloc also but with bigger application only
|
||||
wstr1:= '123';
|
||||
wstr1:= 'ABC'+wstr1+'abc';
|
||||
|
Loading…
Reference in New Issue
Block a user