mirror of
https://github.com/cesanta/mongoose.git
synced 2025-01-14 09:48:01 +08:00
squash MinGW warning
This commit is contained in:
parent
f4907bc0c2
commit
8d2bc8dd8a
@ -66,7 +66,7 @@ typedef long off_t;
|
||||
#define strerror(x) _ultoa(x, (char *) _alloca(sizeof(x) *3 ), 10)
|
||||
#endif // _WIN32_WCE
|
||||
|
||||
#define EPOCH_DIFF 0x019DB1DED53E8000 // 116444736000000000 nsecs
|
||||
#define EPOCH_DIFF 0x019DB1DED53E8000ULL // 116444736000000000 nsecs
|
||||
#define RATE_DIFF 10000000 // 100 nsecs
|
||||
#define MAKEUQUAD(lo, hi) ((uint64_t)(((uint32_t)(lo)) | \
|
||||
((uint64_t)((uint32_t)(hi))) << 32))
|
||||
|
Loading…
x
Reference in New Issue
Block a user