On Sun, 2003-03-16 at 01:01, Max Bowsher wrote:
> #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?

Well ExitProcess is the windows API exit call. Is there a MSVCRT exit()
?

Rob
-- 
GPG key available at: <http://users.bigpond.net.au/robertc/keys.txt>.

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to