Sfoglia il codice sorgente

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 anni fa
parent
commit
30d1b33baa
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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';