remove duplicate timezone define
This commit is contained in:
@@ -70,12 +70,6 @@ and globals in favor of more secure versions. */
|
|||||||
#endif
|
#endif
|
||||||
#include <sys/timeb.h>
|
#include <sys/timeb.h>
|
||||||
|
|
||||||
#if defined(__BORLANDC__) || defined(_WIN32)
|
|
||||||
/* seems to not be defined in time.h as specified by The Open Group */
|
|
||||||
/* difference from UTC and local standard time */
|
|
||||||
long int timezone;
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef _MSC_VER
|
#ifdef _MSC_VER
|
||||||
#define inline __inline
|
#define inline __inline
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user