Mailing-List: contact cygwin-developers-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-developers-owner AT cygwin DOT com Delivered-To: mailing list cygwin-developers AT cygwin DOT com Message-ID: <3D754D71.9DB9EEDA@yahoo.com> Date: Tue, 03 Sep 2002 20:01:53 -0400 From: Earnie Boyd Reply-To: cygwin-developers AT cygwin DOT com X-Accept-Language: en MIME-Version: 1.0 To: Nicholas Wourms CC: cygwin-developers AT cygwin DOT com, "Pierre A. Humblet" Subject: Re: GetConsoleWindow References: <3D74CE7E DOT FC9C5BDF AT ieee DOT org> <3D74E346 DOT 53082DA7 AT yahoo DOT com> <3D7537F8 DOT 1050105 AT netscape DOT net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Nicholas Wourms wrote: > Earnie Boyd wrote: > > >Fix has been committed. > > > >Developers, please be aware to add the appropriate _WIN32_WINNT guards as > >described in the MSDN.microsoft.com documentation when adding new > >imports. > > > Earnie, > > You've broken the build on Win32 platforms (dunno about others), as > GetConsoleWindow is undeclared at 198 in cygwin/tty.cc. Then Cygwin source is broken as GetConsoleWindow is specific to Win32 >= 0x0500. Since Cygwin supports Win32 back to Win95 you can't use that function globally. You might configure tests that would use it based on OS environment. Earnie.