j
k
j a
j l
if (strchrW(name, '\')) return TRUE;
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.
Back to the thread
Back to the list