delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2009/08/20/10:40:51

X-Recipient: archive-cygwin AT delorie DOT com
X-Spam-Check-By: sourceware.org
Date: Thu, 20 Aug 2009 10:40:29 -0400
From: Christopher Faylor <cgf-use-the-mailinglist-please AT cygwin DOT com>
To: cygwin AT cygwin DOT com
Subject: Re: [ANNOUNCEMENT] Updated: run-1.1.11-1
Message-ID: <20090820144029.GB13570@ednor.casa.cgf.cx>
Reply-To: cygwin AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
References: <200908171705 DOT n7HH5TYe024203 AT StraightRunning DOT com> <4A89A490 DOT 1050108 AT cwilson DOT fastmail DOT fm> <4A8D429A DOT 1070306 AT byu DOT net> <4A8D4B6A DOT 9080706 AT gmail DOT com> <4A8D4A89 DOT 9020904 AT byu DOT net>
MIME-Version: 1.0
In-Reply-To: <4A8D4A89.9020904@byu.net>
User-Agent: Mutt/1.5.20 (2009-06-14)
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie DOT com AT cygwin DOT com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com

On Thu, Aug 20, 2009 at 07:07:21AM -0600, Eric Blake wrote:
>-----BEGIN PGP SIGNED MESSAGE-----
>Hash: SHA1
>
>According to Dave Korn on 8/20/2009 7:11 AM:
>> Eric Blake wrote:
>> 
>>> See this thread on the gnulib list, which claims that you can use this
>>> undocumented snippet to decide whether a HANDLE is a console:
>>>
>>>> #define IsHandleConsole(h) (((long) (h) & 3) == 3)
>>> http://lists.gnu.org/archive/html/bug-gnulib/2009-08/msg00065.html
>> 
>>   I wouldn't rely on that for a microsecond.  The low two bits of a HANDLE are
>> pretty free form and could easily be used for other purposes by other types of
>> object.  Read the rest of the thread; it's a convention used internally by
>> WINE.  MS doesn't necessarily follow suit.
>
>Agreed - Bruno raised this concern, but Paolo committed the change anyway,
>so I've asked them to clarify.
>
>At any rate, Bruno also had this suggestion in that thread:
>
>static BOOL
>IsHandleConsole(HANDLE h)
>{
>  DWORD mode;
>  return GetConsoleMode (h, &mode);
>}

That should be even better than the Cygwin method, assuming that you don't
have to figure out if the handle is opened for input or output.

cgf

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019