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: ... called, and it's not done yet


Alex wrote:
> 
> On Thu, 9 Oct 1997, rale wrote:
> 
> > These are functions that arent yet implemented, but are included since
> > alot of programs require them to compile.  An example: how do you
> > implement seteuid() on Win95?... If you want to avoid them, and have
> > access to the source,  put the stuff that calls these functions inside a
> > #ifdef __CYGWIN32__
> 
> You mean #ifndef right?
> 
> - alex
> 

Err, ya, sorry.... well, how about:

#ifdef __CYGWIN32__
 /* workaround for unimplemented function */
#else
 /* normal code */
#endif

=)

-rale
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".


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