define TIME_32_BITS_SIGNED_MAX in utils.h
This commit is contained in:
@@ -131,6 +131,11 @@
|
||||
*/
|
||||
#define UNDEFINED_TIME 0
|
||||
|
||||
/**
|
||||
* Maximum time since epoch causing wrap-around on Jan 19 03:14:07 UTC 2038
|
||||
*/
|
||||
#define TIME_32_BIT_SIGNED_MAX 0x7fffffff
|
||||
|
||||
/**
|
||||
* General purpose boolean type.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user