Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT 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" cc: "'cygwin AT sourceware DOT cygnus DOT com'" Subject: Re: AW: CancelIo() In-reply-to: Your message of "Tue, 21 Dec 1999 09:26:48 +0100." Date: Tue, 21 Dec 1999 02:42:25 -0600 From: Mumit Khan "Lasslop, Andre" 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 AT sourceware DOT cygnus DOT com