[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
lynx-dev MingW+PDcurses fails
From: |
Gisle Vanem |
Subject: |
lynx-dev MingW+PDcurses fails |
Date: |
Mon, 2 Jun 2003 20:10:29 +0200 |
A small patch to make it compile with MingW + PDcurses.
--- orig/src/LYutils.c Mon Jun 2 01:16:28 2003
+++ src/LYUtils.c Mon Jun 2 20:04:08 2003
@@ -1536,7 +1536,7 @@
int c;
int cmd;
#ifndef VMS /* UNIX stuff: */
-#if !defined(USE_SLANG) && (defined(UNIX) || defined(__DJGPP__))
+#if !defined(USE_SLANG)
struct timeval socket_timeout;
int ret = 0;
fd_set readfds;
Since MingW doesn't define UNIX.
--gv
; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to address@hidden
- lynx-dev MingW+PDcurses fails,
Gisle Vanem <=