kernel32: Add partial stub for NeedCurrentDirectoryForExePath
April 18, 2007
6:51 a.m.
+ 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.
6917
Age (days ago)
6917
Last active (days ago)
0 comments
1 participants
participants (1)
-
Kirill K. Smirnov