mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-12 23:40:04 +00:00
freetdm: removed duplicated DELTA_EPOCH_IN_MICROSECS definition
This commit is contained in:
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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user