Re: kernel32: Add partial stub for NeedCurrentDirectoryForExePath
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
6903
Age (days ago)
6903
Last active (days ago)
0 comments
1 participants
participants (1)
-
James Hawkins