diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2014-03-09 14:27:06 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2014-03-09 14:27:06 -0400 |
commit | 9e59b0bbe0af83d4770d0819e679ba07d5755c47 (patch) | |
tree | 46f85da13e4319aa7beac0bbe1c767ddfeebf5a8 /src/LYUtils.c | |
parent | a0b7193d75e832b2ab79d269efa71ef3313b306c (diff) | |
download | lynx-snapshots-9e59b0bbe0af83d4770d0819e679ba07d5755c47.tar.gz |
snapshot of project "lynx", label v2-8-8rel_1c
Diffstat (limited to 'src/LYUtils.c')
-rw-r--r-- | src/LYUtils.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/LYUtils.c b/src/LYUtils.c index b2649a7f..f4f97b7e 100644 --- a/src/LYUtils.c +++ b/src/LYUtils.c @@ -1,5 +1,5 @@ /* - * $LynxId: LYUtils.c,v 1.265 2014/02/13 19:35:39 tom Exp $ + * $LynxId: LYUtils.c,v 1.266 2014/03/09 14:27:06 tom Exp $ */ #include <HTUtils.h> #include <HTTCP.h> @@ -4584,7 +4584,7 @@ int win32_check_interrupt(void) return FALSE; } -#if !defined(sleep) +#if (!defined(__MINGW32__) && !defined(sleep)) || (defined(__MINGW32__) && !HAVE_SLEEP) void sleep(unsigned sec) { unsigned int i, j; |