Commit ff7aecf1 authored by Greg Dennis's avatar Greg Dennis Committed by GitHub

Update time64_limits.h

This depends on the 'tm' type being declared, which is defined in time.h.
parent cf81d072
......@@ -8,6 +8,8 @@
#ifndef TIME64_LIMITS_H
#define TIME64_LIMITS_H
#include <time.h>
/* Max/min for localtime() */
#define SYSTEM_LOCALTIME_MAX 2147483647
#define SYSTEM_LOCALTIME_MIN -2147483647-1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment