mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-27 03:29:22 +02:00
* avoid a int64 warning
This commit is contained in:
parent
d5dd0e0c66
commit
0e8b05cf11
@ -1809,7 +1809,8 @@ const
|
||||
var
|
||||
Mouse : TPoint;
|
||||
OldItem, NewItem : Sw_Integer;
|
||||
ColWidth,Count : Sw_Word;
|
||||
ColWidth : sw_integer;
|
||||
Count : Sw_Word;
|
||||
GoSelectItem: sw_integer;
|
||||
MouseWhere: TPoint;
|
||||
begin
|
||||
@ -2495,7 +2496,10 @@ end;
|
||||
END.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.5 2002-09-07 15:40:50 peter
|
||||
Revision 1.6 2002-09-09 07:06:53 pierre
|
||||
* avoid a int64 warning
|
||||
|
||||
Revision 1.5 2002/09/07 15:40:50 peter
|
||||
* old logs removed and tabs fixed
|
||||
|
||||
Revision 1.4 2002/08/13 07:12:08 pierre
|
||||
|
Loading…
Reference in New Issue
Block a user