diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2008-02-26 01:17:18 -0500 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2008-02-26 01:17:18 -0500 |
commit | 272f214bc1b3f49999c0c30c9cd6059654f36a3f (patch) | |
tree | c673a566884e35c7440ef2916fec44e6860d76de /WWW/Library | |
parent | 664260d58a3df398f73657f0fe4f9aac162c72bf (diff) | |
download | lynx-snapshots-272f214bc1b3f49999c0c30c9cd6059654f36a3f.tar.gz |
snapshot of project "lynx", label v2-8-7dev_8a
Diffstat (limited to 'WWW/Library')
-rw-r--r-- | WWW/Library/Implementation/HTString.c | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/WWW/Library/Implementation/HTString.c b/WWW/Library/Implementation/HTString.c index 80758a86..7c119a37 100644 --- a/WWW/Library/Implementation/HTString.c +++ b/WWW/Library/Implementation/HTString.c @@ -1,5 +1,5 @@ /* - * $LynxId: HTString.c,v 1.51 2008/02/17 19:30:56 Gisle.Vanem Exp $ + * $LynxId: HTString.c,v 1.52 2008/02/18 00:04:16 tom Exp $ * * Case-independent string comparison HTString.c * @@ -21,6 +21,11 @@ BOOLEAN WWW_TraceFlag = 0; /* Global trace flag for ALL W3 code */ int WWW_TraceMask = 0; /* Global trace flag for ALL W3 code */ #endif +#ifdef _WINDOWS +#undef VC +#define VC "2.14FM" +#endif + #ifndef VC #define VC "2.14" #endif /* !VC */ |