mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-04-21 21:15:03 -05:00
Nothing seems to use the "int64" type, and it apparently causes conflicts
on some platform, so remove it. Thanks to Mike Protts for spotting this. [originally from svn r6304]
This commit is contained in:
parent
6e889dc4e2
commit
7a763b358d
2
int64.h
2
int64.h
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
unsigned long hi, lo;
|
unsigned long hi, lo;
|
||||||
} uint64, int64;
|
} uint64;
|
||||||
|
|
||||||
uint64 uint64_div10(uint64 x, int *remainder);
|
uint64 uint64_div10(uint64 x, int *remainder);
|
||||||
void uint64_decimal(uint64 x, char *buffer);
|
void uint64_decimal(uint64 x, char *buffer);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user