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
@ -409,12 +409,12 @@ static int h_counter(int argc, unsigned char **argv){
|
||||
#ifdef _TIME64_T_DEFINED
|
||||
#ifndef _MAX__TIME64_T
|
||||
#define _MAX__TIME64_T 0x793406fffi64
|
||||
#endif
|
||||
#endif
|
||||
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]);
|
||||
return 3;
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
cheader.updated = ch1.updated;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user