codetools: fixed compilation win64

git-svn-id: trunk@32238 -
This commit is contained in:
mattias 2011-09-09 06:51:19 +00:00
parent bfe2e33e1a
commit d66ac4c7bf

View File

@ -2806,7 +2806,7 @@ begin
// MWE:
// fpc 2.x has troubles in choosing the right dbgs()
// so we convert here
vtCurrency: Result:=Result+dbgs(int64(Args[i].vCurrency^)/10000 , 4));
vtCurrency: Result:=Result+dbgs(int64(Args[i].vCurrency^)/10000 , 4);
{$else}
vtCurrency: Result:=Result+dbgs(Args[i].vCurrency^);
{$endif}