ucrtbase: Return initial env snapshot in _get_initial_narrow_environment.

Signed-off-by: Daniel Lehman <dlehman@esri.com>
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Daniel Lehman 2016-04-04 20:24:21 -07:00 committed by Alexandre Julliard
parent 46000add48
commit 2841a05025
1 changed files with 1 additions and 1 deletions

View File

@ -646,7 +646,7 @@ void CDECL MSVCRT___set_app_type(int app_type)
*/
char** CDECL _get_initial_narrow_environment(void)
{
return MSVCRT___argv;
return MSVCRT___initenv;
}
/*********************************************************************