* environ.cc (spenvs[]): windir -> WINDIR.
This commit is contained in:
parent
b5c8e33120
commit
3e45d281b3
@ -1,3 +1,7 @@
|
|||||||
|
2006-01-08 Christopher Faylor <cgf@timesys.com>
|
||||||
|
|
||||||
|
* environ.cc (spenvs[]): windir -> WINDIR.
|
||||||
|
|
||||||
2006-01-07 Christopher Faylor <cgf@timesys.com>
|
2006-01-07 Christopher Faylor <cgf@timesys.com>
|
||||||
|
|
||||||
* fhandler_console.cc (fhandler_console::need_invisible): Remove
|
* fhandler_console.cc (fhandler_console::need_invisible): Remove
|
||||||
|
@ -889,7 +889,7 @@ static NO_COPY spenv spenvs[] =
|
|||||||
{NL ("USERDOMAIN="), false, false, &cygheap_user::env_domain},
|
{NL ("USERDOMAIN="), false, false, &cygheap_user::env_domain},
|
||||||
{NL ("USERNAME="), false, false, &cygheap_user::env_name},
|
{NL ("USERNAME="), false, false, &cygheap_user::env_name},
|
||||||
{NL ("USERPROFILE="), false, false, &cygheap_user::env_userprofile},
|
{NL ("USERPROFILE="), false, false, &cygheap_user::env_userprofile},
|
||||||
{NL ("windir="), true, true, &cygheap_user::env_systemroot}
|
{NL ("WINDIR="), true, true, &cygheap_user::env_systemroot}
|
||||||
};
|
};
|
||||||
|
|
||||||
char *
|
char *
|
||||||
|
Loading…
Reference in New Issue
Block a user