diff options
Diffstat (limited to 'plugins/SecureIM/src/gettime.cpp')
-rw-r--r-- | plugins/SecureIM/src/gettime.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/plugins/SecureIM/src/gettime.cpp b/plugins/SecureIM/src/gettime.cpp index f38fe2e672..76ec52ede8 100644 --- a/plugins/SecureIM/src/gettime.cpp +++ b/plugins/SecureIM/src/gettime.cpp @@ -5,11 +5,7 @@ const static long div_100_nsec = 10000000;
/* POSIX or Unix Epoch (1-Jan-1970 00:00) in FILETIME units */
-#ifdef _MSC_VER
const static ULONGLONG ix_epoch = 116444736000000000;
-#else
-const static ULONGLONG ix_epoch = 116444736000000000LL;
-#endif
DWORD gettime(void)
{
|