This is the mail archive of the cygwin-patches 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]

Re: Add wrappers for ExitProcess, TerminateProcess


Charles Wilson wrote:

> int main(int argc, char* argv[])
> {
> //cygwin_terminate_process (GetCurrentProcess(),
>                             STATUS_ILLEGAL_DLL_PSEUDO_RELOCATION);
>   cygwin_exit_process (STATUS_ILLEGAL_DLL_PSEUDO_RELOCATION);
>   exit (1);
> }

  Heh.  I see what you did there!

    cheers,
      DaveK


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