summaryrefslogtreecommitdiff
path: root/missing.h
diff options
context:
space:
mode:
Diffstat (limited to 'missing.h')
-rw-r--r--missing.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/missing.h b/missing.h
index 25831c6ab5..877ee6bf7e 100644
--- a/missing.h
+++ b/missing.h
@@ -14,7 +14,7 @@
#if defined(HAVE_SYS_TIME_H)
# include <sys/time.h>
-#elif !defined(NT) && !defined(_WIN32_WCE)
+#elif !defined(_WIN32)
# define time_t long
struct timeval {
time_t tv_sec; /* seconds */