diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2014-12-22 01:39:40 -0500 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2014-12-22 01:39:40 -0500 |
commit | d75d32cd2f1ca078ec90deb26e3f97c66ce65d06 (patch) | |
tree | 65de529114d099674edaedbf998228e802c35dc1 /src/LYUtils.c | |
parent | e369b40ddce7cb880088e8ec9ef07bc57d5ee36c (diff) | |
download | lynx-snapshots-d75d32cd2f1ca078ec90deb26e3f97c66ce65d06.tar.gz |
snapshot of project "lynx", label v2-8-9dev_2
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 1913f869..ea4e7231 100644 --- a/src/LYUtils.c +++ b/src/LYUtils.c @@ -1,5 +1,5 @@ /* - * $LynxId: LYUtils.c,v 1.270 2014/12/03 00:30:11 tom Exp $ + * $LynxId: LYUtils.c,v 1.272 2014/12/22 00:22:55 tom Exp $ */ #include <HTUtils.h> #include <HTTCP.h> @@ -4587,7 +4587,7 @@ int win32_check_interrupt(void) return FALSE; } -#if (defined(__MINGW32__) && !defined(HAVE_SLEEP)) +#if (!defined(__MINGW32__) && !defined(sleep)) || (defined(__MINGW32__) && !defined(HAVE_SLEEP)) void sleep(unsigned sec) { unsigned int i, j; |