Add cygwin wrapper for ExitProcess and TerminateProcess.

This commit is contained in:
Charles Wilson
2009-10-06 21:51:17 +00:00
parent 960bdc0e74
commit c8ee587a8e
6 changed files with 65 additions and 5 deletions

View File

@ -142,7 +142,8 @@ typedef enum
CW_CYGTLS_PADSIZE,
CW_SET_DOS_FILE_WARNING,
CW_SET_PRIV_KEY,
CW_SETERRNO
CW_SETERRNO,
CW_EXIT_PROCESS
} cygwin_getinfo_types;
#define CW_NEXTPID 0x80000000 /* or with pid to get next one */