Jon Griffiths jon_p_griffiths@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.