kernel32: NeedCurrentDirectoryForExePath does not use the registry.

Signed-off-by: Erich E. Hoover <erich.e.hoover@gmail.com>
Signed-off-by: Vijay Kiran Kamuju <infyquest@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Erich E. Hoover 2019-04-17 10:57:25 +02:00 committed by Alexandre Julliard
parent 87f7818f4b
commit 2295d937a8

View file

@ -1991,8 +1991,7 @@ BOOL WINAPI NeedCurrentDirectoryForExePathW( LPCWSTR name )
'I','n','E','x','e','P','a','t','h',0};
WCHAR env_val;
/* MSDN mentions some 'registry location'. We do not use registry. */
FIXME("(%s): partial stub\n", debugstr_w(name));
TRACE("(%s)\n", debugstr_w(name));
if (strchrW(name, '\\'))
return TRUE;