Jon Griffiths <[EMAIL PROTECTED]> 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 [EMAIL PROTECTED]
