kernel32: Add partial stub for NeedCurrentDirectoryForExePath
18 Apr
2007
18 Apr
'07
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.
6904
Age (days ago)
6904
Last active (days ago)
0 comments
1 participants
participants (1)
-
Kirill K. Smirnov