On Sat, May 11, 2002 at 06:04:08PM -0400, Vincent BĂ©ron wrote:
There's a bunch of APIs defined with ptr instead of str/wstr: should I clean them up also?
Changelog:
- The definition of GetSystemWideDirectory{A,W} in kernel32.spec had
some ptr args, while they are supposed to be {str, wstr} respectively.
Wrong. The string buffer is a *return* variable. Thus using str/wstr will simply display useless garbage in relay trace. :-\