mirror of
https://github.com/3proxy/3proxy.git
synced 2025-02-23 18:45:40 +08:00
通过windows vs编译
This commit is contained in:
parent
d3f9d80b65
commit
22adb5938b
@ -410,11 +410,11 @@ static int h_counter(int argc, unsigned char **argv){
|
|||||||
#ifndef _MAX__TIME64_T
|
#ifndef _MAX__TIME64_T
|
||||||
#define _MAX__TIME64_T 0x793406fffi64
|
#define _MAX__TIME64_T 0x793406fffi64
|
||||||
#endif
|
#endif
|
||||||
#endif
|
|
||||||
if(ch1.updated >= _MAX__TIME64_T){
|
if(ch1.updated >= _MAX__TIME64_T){
|
||||||
fprintf(stderr, "Invalid or corrupted counter file %s. Use countersutil utility to convert from older version\n", argv[1]);
|
fprintf(stderr, "Invalid or corrupted counter file %s. Use countersutil utility to convert from older version\n", argv[1]);
|
||||||
return 3;
|
return 3;
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
cheader.updated = ch1.updated;
|
cheader.updated = ch1.updated;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user