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:
parent
87f7818f4b
commit
2295d937a8
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue