Alexandre Julliard (@julliard) commented about tools/winebuild/utils.c:
}
/* return the stdcall-decorated name for an entry point */ -const char *get_link_name( const ORDDEF *odp ) +const char *get_abi_name( const ORDDEF *odp, const char *name )
That's fine, but I don't see a reason not to keep get_link_name() as well as a thin wrapper, instead of changing all callers.