18 Apr
2007
18 Apr
'07
5:29 a.m.
On 4/18/07, Kirill K. Smirnov <lich(a)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