* environ.cc (spenvs[]): windir -> WINDIR.

This commit is contained in:
Christopher Faylor 2006-01-08 20:10:51 +00:00
parent b5c8e33120
commit 3e45d281b3
2 changed files with 5 additions and 1 deletions

View File

@ -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>
* fhandler_console.cc (fhandler_console::need_invisible): Remove

View File

@ -889,7 +889,7 @@ static NO_COPY spenv spenvs[] =
{NL ("USERDOMAIN="), false, false, &cygheap_user::env_domain},
{NL ("USERNAME="), false, false, &cygheap_user::env_name},
{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 *