mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-03 08:05:21 +00:00
Get rid of extra UINT64_MAX definition in lib/isc/win32/time.c
This commit is contained in:
@@ -36,7 +36,6 @@
|
|||||||
#define NS_PER_S 1000000000
|
#define NS_PER_S 1000000000
|
||||||
#define NS_INTERVAL 100
|
#define NS_INTERVAL 100
|
||||||
#define INTERVALS_PER_S (NS_PER_S / NS_INTERVAL)
|
#define INTERVALS_PER_S (NS_PER_S / NS_INTERVAL)
|
||||||
#define UINT64_MAX _UI64_MAX
|
|
||||||
|
|
||||||
/***
|
/***
|
||||||
*** Absolute Times
|
*** Absolute Times
|
||||||
|
Reference in New Issue
Block a user