diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2012-07-05 00:57:52 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2012-07-05 00:57:52 -0400 |
commit | 033df9bda0bbbf62b5b2d55a3f638524cfdb0691 (patch) | |
tree | 9a70b70ae185db10788f6c80dc2d1fec9cda2505 /WWW | |
parent | bcb4d178a499b3665a568a381c0ac7416836666f (diff) | |
download | lynx-snapshots-033df9bda0bbbf62b5b2d55a3f638524cfdb0691.tar.gz |
snapshot of project "lynx", label v2-8-8dev_12b
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 5df9c620..606cd1b7 100644 --- a/WWW/Library/Implementation/HTUtils.h +++ b/WWW/Library/Implementation/HTUtils.h @@ -1,5 +1,5 @@ /* - * $LynxId: HTUtils.h,v 1.109 2012/02/10 18:44:24 tom Exp $ + * $LynxId: HTUtils.h,v 1.110 2012/07/04 19:37:26 tom Exp $ * * Utility macros for the W3 code library * MACROS FOR GENERAL USE @@ -224,7 +224,7 @@ extern void sleep(unsigned __seconds); #define popen _popen #define pclose _pclose -#if defined(_MSC_VER) +#if defined(_MSC_VER) && (_MSC_VER > 0) typedef unsigned short mode_t; #endif |