Re: Documentation fixes
12 Jul
2001
12 Jul
'01
2:38 p.m.
Patrik Stridvall <ps(a)leissner.se> writes:
PS. And yes, the added lstrcmpi (USER.471) in memory/string.c should really be there. Both KERNEL and USER uses the memory directory.
No, USER does not use the memory directory. It links directly to libkernel32.so because it needs some internal functions in there, but that's a different problem. lstrcmpi is a purely KERNEL function, that happens to be imported by USER (and by other dlls too), so USER must not be mentioned in the comment IMO. -- Alexandre Julliard julliard(a)winehq.com
8921
Age (days ago)
8921
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard