Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sourceware.cygnus.com>
List-Archive: <http://sourceware.cygnus.com/ml/cygwin/>
List-Post: <mailto:cygwin@sourceware.cygnus.com>
List-Help: <mailto:cygwin-help@sourceware.cygnus.com>, <http://sourceware.cygnus.com/ml/#faqs>
Sender: cygwin-owner@sourceware.cygnus.com
Delivered-To: mailing list cygwin@sourceware.cygnus.com
Message-Id: <199912210842.CAA07725@modi.xraylith.wisc.edu>
X-Authentication-Warning: modi.xraylith.wisc.edu: localhost.xraylith.wisc.edu [127.0.0.1] didn't use HELO protocol
To: "Lasslop, Andre" <Andre.Lasslop@vs.dasa.de>
cc: "'cygwin@sourceware.cygnus.com'" <cygwin@sourceware.cygnus.com>
Subject: Re: AW: CancelIo() 
In-reply-to: Your message of "Tue, 21 Dec 1999 09:26:48 +0100."
             <F5AFD56E32E8D21191090060974838B165F6EA@ulm003.vs.dasa.de> 
Date: Tue, 21 Dec 1999 02:42:25 -0600
From: Mumit Khan <khan@NanoTech.Wisc.EDU>

"Lasslop, Andre" <Andre.Lasslop@vs.dasa.de> writes:
> 
> I tried to find the entry "CancelIO" in the winbase.h header-file, but I
> didn't. I also tried to use my own prototype of "CancelIo" but got a linker
> error (undefined reference) as before. Any suggestions ?
> 

Sorry, I forgot that Cygwin's w32api is a bit out of sync, but we're
working on fixing that.

For now, here's the correct prototype:

  BOOL WINAPI CancelIo(HANDLE);

Regards,
Mumit


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

