Hi,
I'm redirecting exported functions in my library to existing libraries on my system in my .def files. Any guidance/best practice in redirecting mangled-name exports or should I just continue using the below
Example:
RegCloseKey=COMCTL32.RegCloseKey
RegEnumKeyExW=COMCTL32.RegEnumKeyExW
2@YAPAXI@Z=MSVCRT. 2@YAPAXI@Z
Thanks,
Rafael

Export Redirecting w/ Mangling
Richard Polunsky