From fd6c52d667be7ff7ef256b067f732bbd00a7537c Mon Sep 17 00:00:00 2001 From: "wtchang%redhat.com" Date: Mon, 13 Feb 2006 23:19:24 +0000 Subject: [PATCH] Bugzilla Bug 124695: the implementation of _PR_MD_GET_INTERVAL for MinGW was wrong. Thanks to Stefan Sitter for reporting the bug and verifying the fix. Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH git-svn-id: svn://10.0.0.236/branches/NSPRPUB_PRE_4_2_CLIENT_BRANCH@189898 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/nsprpub/pr/src/md/windows/ntinrval.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/mozilla/nsprpub/pr/src/md/windows/ntinrval.c b/mozilla/nsprpub/pr/src/md/windows/ntinrval.c index d19735e7222..b8d858315ea 100644 --- a/mozilla/nsprpub/pr/src/md/windows/ntinrval.c +++ b/mozilla/nsprpub/pr/src/md/windows/ntinrval.c @@ -50,13 +50,7 @@ _PR_MD_INTERVAL_INIT() PRIntervalTime _PR_MD_GET_INTERVAL() { -#if defined(__MINGW32__) - return time(); -#elif defined(WIN16) - return clock(); /* milliseconds since application start */ -#else return timeGetTime(); /* milliseconds since system start */ -#endif } PRIntervalTime