lynx-dev
[Top][All Lists]
Advanced

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

Re: lynx-dev Problems of DOS port (dev12) [PATCH]


From: Doug Kaufman
Subject: Re: lynx-dev Problems of DOS port (dev12) [PATCH]
Date: Thu, 21 Oct 1999 07:29:00 -0700 (PDT)

On Wed, 20 Oct 1999, I wrote:

> +#endif /* WIN_EX */
> +#ifdef __DJGPP__
> +     HTSprintf0(&buffer, "%s -t \"%s\" -F %s",
> +                     system_mail, user_response, my_temp);
> +#endif /* __DJGPP__ */

On second thought, since someone may try to compile with both WIN_EX and
__DJGPP__, this should probably be:
#if defined(__DJGPP__) && !defined(WIN_EX)
                           Doug
__
Doug Kaufman
Internet: address@hidden


reply via email to

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