ChangeLog already commited yesterday:

* external.cc (check_ntsec): New function.
	(cygwin_internal): Add CW_CHECK_NTSEC handling to call check_ntsec()
	from applications.
	* include/cygwin/version.h: Bump API minor number.
	* include/sys/cygwin.h (cygwin_getinfo_types): Add CW_CHECK_NTSEC.
This commit is contained in:
Corinna Vinschen
2003-04-03 08:04:41 +00:00
parent 1ce82d241f
commit 5a4a19b3f3
3 changed files with 16 additions and 2 deletions

View File

@ -71,7 +71,8 @@ typedef enum
CW_STRACE_ACTIVE,
CW_CYGWIN_PID_TO_WINPID,
CW_EXTRACT_DOMAIN_AND_USER,
CW_CMDLINE
CW_CMDLINE,
CW_CHECK_NTSEC
} cygwin_getinfo_types;
#define CW_NEXTPID 0x80000000 /* or with pid to get next one */