emacs-devel
[Top][All Lists]
Advanced

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

Re: [Emacs-diffs] emacs/lib-src emacsclient.c ChangeLog


From: Juanma Barranquero
Subject: Re: [Emacs-diffs] emacs/lib-src emacsclient.c ChangeLog
Date: Wed, 10 Dec 2008 17:50:56 +0100

On Wed, Dec 10, 2008 at 17:35, Chong Yidong <address@hidden> wrote:

> #ifdef WINDOWSNT
> ...
> #endif
>
> with
>
> #ifdef HAVE_DAEMON
> #ifdef WINDOWSNT
> ...
> #endif
> ...
> #endif
>
> Which situation pertains in the actual code?

Currently there's no Windows code to do it, so it is not clear.

    Juanma




reply via email to

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