diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2013-10-07 13:57:20 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2013-10-07 13:57:20 -0400 |
commit | 2684b3555ba64de427154d12a69b532907756c2f (patch) | |
tree | 08948a3728d91b1f9c4980a8bd0ff2a6433508ef /WWW | |
parent | 1e048f0f991949075238d94f8748aa1c84598571 (diff) | |
download | lynx-snapshots-2684b3555ba64de427154d12a69b532907756c2f.tar.gz |
snapshot of project "lynx", label v2-8-8dev_16m
Diffstat (limited to 'WWW')
-rw-r--r-- | WWW/Library/Implementation/HTUtils.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/WWW/Library/Implementation/HTUtils.h b/WWW/Library/Implementation/HTUtils.h index 74cf332f..7b834fa0 100644 --- a/WWW/Library/Implementation/HTUtils.h +++ b/WWW/Library/Implementation/HTUtils.h @@ -1,5 +1,5 @@ /* - * $LynxId: HTUtils.h,v 1.115 2013/07/28 23:04:57 tom Exp $ + * $LynxId: HTUtils.h,v 1.116 2013/10/07 13:57:20 tom Exp $ * * Utility macros for the W3 code library * MACROS FOR GENERAL USE @@ -226,7 +226,7 @@ extern off_t LYatoll(const char *value); #include <dos.h> #endif -#if !defined(__MINGW32__) +#if defined(DECL_SLEEP) #undef sleep /* 1998/06/23 (Tue) 16:54:53 */ extern void sleep(unsigned __seconds); #endif |