Jon Griffiths <[EMAIL PROTECTED]> wrote: >> Please don't do that. Internal functions should use standard C >> calling conventions. We don't care about two bytes of extra code. > >Can do. Is there any reason why not though? After all, the entire >Win32 api does it...
Alexandre may have its reasons, but basically stdcall is only almost exclusevly used for the exported Windows API. Internal Windows DLL functions use c and stdcall happily along each other as they see fit. Rolf Kalbermatter
