This is the mail archive of the cygwin-apps@cygwin.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]
Other format: [Raw text]

ExitProcess or exit?


#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.


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