Thanks, I added it in r35381. Juha
2012/2/15, Mattias Gaertner <[email protected]>: > > Juha Manninen <[email protected]> hat am 15. Februar 2012 um 18:15 > geschrieben: > >> LCLProc has procedure DebuglnThreadLog which refers to vtUnicodeString >> which doesn't compile with FPC 2.4.4. >> It should be embedded in IFDEF. Is VER2_6 the right define? Like: >> >> {$ifdef VER2_6} >> vtUnicodeString: >> s:=AnsiString(UnicodeString(s)+UnicodeString(Args[i].VUnicodeString)); >> {$endif} > > > AFAIK 2.6 does not have it. > > {$IF FPC_FULLVERSION>=20701} > > Mattias > -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
