diff options
Diffstat (limited to 'src/microhttpd/mhd_mono_clock.c')
-rw-r--r-- | src/microhttpd/mhd_mono_clock.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/microhttpd/mhd_mono_clock.c b/src/microhttpd/mhd_mono_clock.c index 353e04c0..97dbfb9f 100644 --- a/src/microhttpd/mhd_mono_clock.c +++ b/src/microhttpd/mhd_mono_clock.c | |||
@@ -25,10 +25,10 @@ | |||
25 | 25 | ||
26 | #include "mhd_mono_clock.h" | 26 | #include "mhd_mono_clock.h" |
27 | 27 | ||
28 | #if defined(_WIN32) && defined(HAVE_CLOCK_GETTIME) | 28 | #if defined(_WIN32) && ! defined(__CYGWIN__) && defined(HAVE_CLOCK_GETTIME) |
29 | /* Prefer native clock source over wrappers */ | 29 | /* Prefer native clock source over wrappers */ |
30 | #undef HAVE_CLOCK_GETTIME | 30 | #undef HAVE_CLOCK_GETTIME |
31 | #endif /* _WIN32 && HAVE_CLOCK_GETTIME */ | 31 | #endif /* _WIN32 && ! __CYGWIN__ && HAVE_CLOCK_GETTIME */ |
32 | 32 | ||
33 | #ifdef HAVE_CLOCK_GETTIME | 33 | #ifdef HAVE_CLOCK_GETTIME |
34 | #include <time.h> | 34 | #include <time.h> |