Q.

Kevin Ryde user42@zip.com.au
Thu, 19 Dec 2002 08:05:35 +1000


"delta trinity" <deltatrinity@hotmail.com> writes:
>
> As far as I know, all DLL use "stdcall" (or equivelent).

That might be the convention for w32 system libraries, but I would
suspect it's because the headers say "stdcall" on the prototypes.

I can definitely say all the GMP assembler code is cdecl and knows no
other mode.