lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

lynx-dev Patch for lynx2.8.5pre.5


From: Doug Kaufman
Subject: lynx-dev Patch for lynx2.8.5pre.5
Date: Tue, 3 Feb 2004 07:50:42 -0800 (PST)

The fix for Cygwin caused a minor problem with Mingw (_WINDOWS_NSL
defined twice). There is also a problem with double definition with
Cygwin between LYMessages_en.h and one of the windows headers. This
should fix it.
                    Doug

--- LYMessages_en.h.ori 2003-04-27 17:38:00.000000000 -0700
+++ LYMessages_en.h     2004-02-03 07:30:42.000000000 -0800
@@ -506,6 +506,9 @@
 #define FILE_INSERT_CANCELLED gettext("File insert cancelled!!!")
 #define MEMORY_EXHAUSTED_FILE gettext("Not enough memory for file!")
 #define FILE_CANNOT_OPEN_R gettext("Can't open file for reading.")
+#ifdef FILE_DOES_NOT_EXIST
+#undef FILE_DOES_NOT_EXIST
+#endif
 #define FILE_DOES_NOT_EXIST gettext("File does not exist.")
 #define FILE_DOES_NOT_EXIST_RE gettext("File does not exist - reenter or 
cancel:")
 #define FILE_NOT_READABLE gettext("File is not readable.")
--- www/Library/Implementation/www_tcp.h.ori    2004-02-02 12:02:28.000000000 
-0800
+++ www/Library/Implementation/www_tcp.h        2004-02-03 07:27:14.000000000 
-0800
@@ -169,7 +169,9 @@
 */
 
 #ifdef _WINDOWS
+#ifndef _WINDOWS_NSL
 #define _WINDOWS_NSL
+#endif
 #include <fcntl.h>                      /* For HTFile.c */
 #include <sys\types.h>                  /* For HTFile.c */
 #include <sys\stat.h>                   /* For HTFile.c */

-- 
Doug Kaufman
Internet: address@hidden


; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to address@hidden

reply via email to

[Prev in Thread] Current Thread [Next in Thread]