kernel32: Add partial stub for NeedCurrentDirectoryForExePath

James Hawkins truiken at gmail.com
Wed Apr 18 05:29:41 CDT 2007


On 4/18/07, Kirill K. Smirnov <lich at math.spbu.ru> wrote:
> Add partial stub for NeedCurrentDirectoryForExePath. It is needed by win2003
> cmd.exe
>

+    if (strchrW(name, '\\'))
+        return TRUE;

What is the point of this?  You're returning TRUE no matter what anyway.

+    FIXME("(%s): stub!\n", debugstr_w(name));
+    return TRUE;

-- 
James Hawkins



More information about the wine-devel mailing list