* Merge in cygwin-64bit-branch.
This commit is contained in:
@@ -35,9 +35,15 @@ struct win_env
|
||||
win_env * __reg3 getwinenv (const char *name, const char *posix = NULL, win_env * = NULL);
|
||||
char * __reg3 getwinenveq (const char *name, size_t len, int);
|
||||
|
||||
#ifdef __x86_64__
|
||||
#define update_envptrs()
|
||||
extern "C" char **__cygwin_environ;
|
||||
#define cur_environ() __cygwin_environ
|
||||
#else
|
||||
void __stdcall update_envptrs ();
|
||||
extern "C" char **__cygwin_environ, ***main_environ;
|
||||
extern "C" char __stdcall **cur_environ ();
|
||||
#endif
|
||||
char ** __reg3 build_env (const char * const *envp, PWCHAR &envblock,
|
||||
int &envc, bool need_envblock);
|
||||
|
||||
|
Reference in New Issue
Block a user