Sept. 24, 2003
3:56 p.m.
Jon Griffiths <jon_p_griffiths(a)yahoo.com> writes:
Yes, they are called more than once in the file, so stdcall produces smaller code (no need to duplicate the argument stack pops).
Please don't do that. Internal functions should use standard C calling conventions. We don't care about two bytes of extra code. -- Alexandre Julliard julliard(a)winehq.com