* external.cc (cygwin_internal): Add CW_GET_ERRNO_FROM_WINERROR

handling.
	* include/cygwin/version.h: Bump API minor number.
	* include/sys/cygwin.h (cygwin_getinfo_types): Add
	CW_GET_ERRNO_FROM_WINERROR.
This commit is contained in:
Corinna Vinschen
2003-10-22 20:32:20 +00:00
parent e217832c4c
commit 5ec9ea21a3
4 changed files with 18 additions and 2 deletions

View File

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