From 88bdf1d6747853c447d6b1e858e35cfe0197e7dd Mon Sep 17 00:00:00 2001 From: Jonas Maebe Date: Sat, 16 Feb 2008 11:58:15 +0000 Subject: [PATCH] * fixed test for non-mswindows platforms git-svn-id: trunk@10338 - --- tests/webtbs/tw10825.pp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/webtbs/tw10825.pp b/tests/webtbs/tw10825.pp index 80b1ea5630..023affc261 100644 --- a/tests/webtbs/tw10825.pp +++ b/tests/webtbs/tw10825.pp @@ -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';