From 8aaad5e0afc0397953572ddf7f82ca2e9e74d7c5 Mon Sep 17 00:00:00 2001 From: "Thomas E. Dickey" Date: Wed, 9 Oct 2013 12:31:35 -0400 Subject: snapshot of project "lynx", label v2-8-8dev_16n --- WWW/Library/Implementation/HTUtils.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'WWW') diff --git a/WWW/Library/Implementation/HTUtils.h b/WWW/Library/Implementation/HTUtils.h index 7b834fa0..8e713520 100644 --- a/WWW/Library/Implementation/HTUtils.h +++ b/WWW/Library/Implementation/HTUtils.h @@ -1,5 +1,5 @@ /* - * $LynxId: HTUtils.h,v 1.116 2013/10/07 13:57:20 tom Exp $ + * $LynxId: HTUtils.h,v 1.117 2013/10/08 20:13:41 tom Exp $ * * Utility macros for the W3 code library * MACROS FOR GENERAL USE @@ -228,7 +228,11 @@ extern off_t LYatoll(const char *value); #if defined(DECL_SLEEP) #undef sleep /* 1998/06/23 (Tue) 16:54:53 */ +# if defined(__MINGW32__) +# define sleep(n) Sleep((n)*100) +# else extern void sleep(unsigned __seconds); +# endif #endif #define popen _popen -- cgit 1.4.1-2-gfad0