EXPORTS
GC_Initialize=MyGC_GC_Initialize
EXPORTS
GC_Initialize=MyGC_GC_Initialize
EXPORTS
MyGC_GC_Initialize
EXPORTS
MyGC_GC_Initialize
EXPORTS
GC_Initialize=MyNativeAotDll.MyGC_Initialize
Put this in a shim.def file and run link.exe like this: `link /dll /def:shim.def /out:shim.dll /noentry`. This produces a DLL with GC_Initialize export that is forwarded to MyGC_Initialize in MyNativeAotDll.
EXPORTS
GC_Initialize=MyNativeAotDll.MyGC_Initialize
Put this in a shim.def file and run link.exe like this: `link /dll /def:shim.def /out:shim.dll /noentry`. This produces a DLL with GC_Initialize export that is forwarded to MyGC_Initialize in MyNativeAotDll.