2 Nov
2022
2 Nov
'22
3:08 p.m.
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.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/1230#note_12808