On 2014-12-15 22:07, [email protected] wrote:
> +1 stub -noname ShellGetUserList   ; (long long long)

For future reference, you might as well write this kind of thing as
1 stdcall -stub -noname ShellGetUserList(long long long)

Then spec2def will create a stub that uses the correct calling
convention and also prints out the arguments. Plus it's easier to
change to the real thing when someone implements it ;)

_______________________________________________
Ros-dev mailing list
[email protected]
http://www.reactos.org/mailman/listinfo/ros-dev

Reply via email to