1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-04-18 09:32:34 +00:00

freetdm: removed duplicated DELTA_EPOCH_IN_MICROSECS definition

This commit is contained in:
Arnaldo M Pereira 2010-10-25 19:06:59 -02:00
parent 9b3a48e5ce
commit 9a0f638d19

@ -35,11 +35,6 @@
#include "private/ftdm_core.h"
#ifdef __WINDOWS__
#if defined(_MSC_VER) || defined(_MSC_EXTENSIONS)
#define DELTA_EPOCH_IN_MICROSECS 11644473600000000Ui64
#else /* */
#define DELTA_EPOCH_IN_MICROSECS 11644473600000000ULL
#endif /* */
struct ftdm_timezone {
int tz_minuteswest; /* minutes W of Greenwich */
int tz_dsttime; /* type of dst correction */