From 3d60e28ce573bfd28286d108eeb43ec29bf44d48 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Mon, 16 Sep 2013 14:27:58 +0000 Subject: removed not needed _MSC_VER checks removed double comstant from modern warning fix git-svn-id: http://svn.miranda-ng.org/main/trunk@6087 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/SecureIM/src/gettime.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'plugins/SecureIM/src/gettime.cpp') 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) { -- cgit v1.2.3