소스 검색

Merged revisions 10338 via svnmerge from
svn+ssh://[email protected]/FPC/svn/fpc/trunk

........
r10338 | jonas | 2008-02-16 12:58:15 +0100 (Sat, 16 Feb 2008) | 2 lines

* fixed test for non-mswindows platforms

........

git-svn-id: branches/fixes_2_2@10530 -

Jonas Maebe 17 년 전
부모
커밋
30d1b33baa
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      tests/webtbs/tw10825.pp

+ 2 - 0
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';