RE: Extending Cygwin Linux API - how to expose new API

2005-08-05 Thread Dave Korn
Original Message >From: Eitan Eliahu >Sent: 05 August 2005 16:22 > Folks, > I would like to add a function to the Cygwin Linux API. Since the .def > file is automatically generated this function can not be listed there. I > am wondering if I need to have the keyword __export before the fun

Extending Cygwin Linux API - how to expose new API

2005-08-05 Thread Eitan Eliahu
Folks, I would like to add a function to the Cygwin Linux API. Since the .def file is automatically generated this function can not be listed there. I am wondering if I need to have the keyword __export before the function but I noticed that other API functions don't use export. Is there any f