diff options
author | Yang Tse <yangsita@gmail.com> | 2006-10-11 16:01:16 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2006-10-11 16:01:16 +0000 |
commit | e150150d9f1e0578c85af05de15ab6336066cec1 (patch) | |
tree | 7ccad4887ea68afc2ce0503b4fa7a913fdd40d60 /lib/timeval.h | |
parent | 943f0733bb187dfacdfdc23806ab030cee97c9fc (diff) | |
download | curl-e150150d9f1e0578c85af05de15ab6336066cec1.tar.gz |
Remove redundant __CYGWIN__ symbol check
Diffstat (limited to 'lib/timeval.h')
-rw-r--r-- | lib/timeval.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/timeval.h b/lib/timeval.h index f79f41c73..8ab7a4401 100644 --- a/lib/timeval.h +++ b/lib/timeval.h @@ -30,7 +30,7 @@ #include "setup.h" -#if defined(WIN32) && !defined(__CYGWIN__) +#ifdef WIN32 #include <time.h> #else #ifdef HAVE_SYS_TIME_H |