* 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:
@ -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 */
|
||||
|
Reference in New Issue
Block a user