From 62ab18a9fda2f19c08ae63a14c7a262ca62f0cce Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 8 Jul 2014 15:49:18 +0000 Subject: code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@9732 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/SecureIM/src/gettime.cpp | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'plugins/SecureIM/src/gettime.cpp') diff --git a/plugins/SecureIM/src/gettime.cpp b/plugins/SecureIM/src/gettime.cpp index 76ec52ede8..4da5fe98c8 100644 --- a/plugins/SecureIM/src/gettime.cpp +++ b/plugins/SecureIM/src/gettime.cpp @@ -9,9 +9,9 @@ const static ULONGLONG ix_epoch = 116444736000000000; DWORD gettime(void) { - ULONGLONG diff_100_nsec; - union { + union + { FILETIME f; ULARGE_INTEGER u; } now; @@ -22,5 +22,3 @@ DWORD gettime(void) return (DWORD)(diff_100_nsec / div_100_nsec); } - -// EOF -- cgit v1.2.3