mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-27 08:39:28 +08:00
Back out Cygwin timezone change until we have a more global solution.
This commit is contained in:
parent
93dc1d4685
commit
bd9b951191
@ -220,11 +220,7 @@ do { \
|
|||||||
#if !defined(__CYGWIN__) && !defined(WIN32)
|
#if !defined(__CYGWIN__) && !defined(WIN32)
|
||||||
#define TIMEZONE_GLOBAL timezone
|
#define TIMEZONE_GLOBAL timezone
|
||||||
#else
|
#else
|
||||||
#if defined(WIN32)
|
|
||||||
#define TIMEZONE_GLOBAL _timezone
|
#define TIMEZONE_GLOBAL _timezone
|
||||||
#else
|
|
||||||
#define TIMEZONE_GLOBAL ((int)_timezone) /* time_t on Cywgin */
|
|
||||||
#endif
|
|
||||||
#define tzname _tzname /* should be in time.h? */
|
#define tzname _tzname /* should be in time.h? */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user