ExitProcess or exit?

Max Bowsher maxb@ukf.net
Sat Mar 15 14:01:00 GMT 2003


#ifndef _CYGWIN_
    ExitProcess (1);
#else
    exit (1);
#endif

I'm puzzled by the above. Shouldn't we be giving MSVCRT the opportunity to
run any shutdown it wishes to?

Max.



More information about the Cygwin-apps mailing list