kernel32: Add partial stub for NeedCurrentDirectoryForExePath

Kirill K. Smirnov lich at math.spbu.ru
Wed Apr 18 06:51:32 CDT 2007


>+    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;

ancient patch in attach, sorry.



More information about the wine-devel mailing list