64-bit cleanliness in int64.c. This is all hideous; really I ought
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Tue, 16 Sep 2008 18:21:33 +0000 (18:21 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Tue, 16 Sep 2008 18:21:33 +0000 (18:21 +0000)
commit68fdd3ee37fed65b23a6742fb1855720b4c9ddf4
treed0a1f773aceef08b64a11ce9b5cc9ef13bb77e60
parent0bd57c0f66354345eac1d1654a56860919254b4c
64-bit cleanliness in int64.c. This is all hideous; really I ought
to be trying harder to find a 32-bit type rather than making a
uint64 structure out of two potentially 64-bit unsigned longs. And
really I ought to be using the C99 64-bit integers anyway if they're
available. But this should do for the moment.

git-svn-id: svn://svn.tartarus.org/sgt/putty@8184 cda61777-01e9-0310-a592-d414129be87e
int64.c