summaryrefslogtreecommitdiffstats
path: root/base/third_party/nspr/prtime.cc
diff options
context:
space:
mode:
Diffstat (limited to 'base/third_party/nspr/prtime.cc')
-rw-r--r--base/third_party/nspr/prtime.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/third_party/nspr/prtime.cc b/base/third_party/nspr/prtime.cc
index 733db58..d9392a8 100644
--- a/base/third_party/nspr/prtime.cc
+++ b/base/third_party/nspr/prtime.cc
@@ -1149,7 +1149,7 @@ PR_ParseTimeString(
and if you're wrong, it will "fix" it for you. */
localTime.tm_isdst = -1;
-#if _MSC_VER >= 1400 /* 1400 = Visual C++ 2005 (8.0) */
+#if _MSC_VER == 1400 /* 1400 = Visual C++ 2005 (8.0) */
/*
* mktime will return (time_t) -1 if the input is a date
* after 23:59:59, December 31, 3000, US Pacific Time (not