* include/cygwin/config.h (__TM_GMTOFF): Define.
(__TM_ZONE): Define.
This commit is contained in:
@ -79,6 +79,9 @@ extern char *_tlsbase __asm__ ("%fs:4");
|
||||
#define _WANT_C99_TIME_FORMATS 1
|
||||
#define _GLIBC_EXTENSION 1
|
||||
#define _STDIO_BSD_SEMANTICS 1
|
||||
#define __TM_GMTOFF tm_gmtoff
|
||||
#define __TM_ZONE tm_zone
|
||||
|
||||
#if defined(__INSIDE_CYGWIN__) || defined(_COMPILING_NEWLIB)
|
||||
#define __EXPORT __declspec(dllexport)
|
||||
#define __IMPORT
|
||||
|
Reference in New Issue
Block a user