Search notes:

GCC linker option: --add-stdcall-alias

This option instructs to export functions with the stdcall decoration suffix (@nn) and also without this suffix.
Compare with --kill-at

See also

Accessing and calling DLLs from VBA (Visual Basic for Applications)
GCC linker: options

Index