]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
freetdm: removed duplicated DELTA_EPOCH_IN_MICROSECS definition
authorArnaldo M Pereira <egghunt@gmail.com>
Mon, 25 Oct 2010 21:06:59 +0000 (19:06 -0200)
committerArnaldo M Pereira <egghunt@gmail.com>
Mon, 25 Oct 2010 21:06:59 +0000 (19:06 -0200)
libs/freetdm/src/ftdm_sched.c

index 73facb35f495fe64b62af56c7f72e6f5f91f33a0..c48c3e9433c9ce64c722f2443f0a7d5935a61d4f 100644 (file)
 #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 */