[PATCH] kernel32: NeedCurrentDirectoryForExePath does not use the registry.

Vijay Kiran Kamuju infyquest at gmail.com
Wed Apr 17 03:57:25 CDT 2019


From: "Erich E. Hoover" <erich.e.hoover at gmail.com>

From: Erich E. Hoover <erich.e.hoover at gmail.com>
Signed-off-by: Vijay Kiran Kamuju <infyquest at gmail.com>
---
 dlls/kernel32/path.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/dlls/kernel32/path.c b/dlls/kernel32/path.c
index cf1c7689704..b8f49bd5975 100644
--- a/dlls/kernel32/path.c
+++ b/dlls/kernel32/path.c
@@ -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;
-- 
2.17.0




More information about the wine-devel mailing list