This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: AW: CancelIo()


"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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]