Hi,
I skimmed through ddk/ndk and the only fastcall function I could find,
that passes anything else then a pointer, enum or native integer type is
RtlUlonglongByteSwap, passing a ULONGLONG, but that is the only
parameter, and gcc and msvc do the same here, passing it on the stack.
But at least it's good to know.
Timo
Steven Edwards wrote:
Hi,
Have you guys seen this?
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41013
Is it really a problem? The discussion came up on wine-devel.
Thanks