* external.cc (setup_winenv): New function.

(cygwin_internal): Implement CW_SETUP_WINENV.
* sys/cygwin.h (cygwin_getinfo_types): Define CW_SETUP_WINENV.
This commit is contained in:
Christopher Faylor
2006-02-02 19:55:45 +00:00
parent bb6f800d18
commit 6577c186c9
3 changed files with 32 additions and 1 deletions

View File

@ -85,7 +85,8 @@ typedef enum
CW_HOOK,
CW_ARGV,
CW_ENVP,
CW_DEBUG_SELF
CW_DEBUG_SELF,
CW_SETUP_WINENV
} cygwin_getinfo_types;
#define CW_NEXTPID 0x80000000 /* or with pid to get next one */