"Simon Kissane" skissane@gmail.com wrote:
In Win2000, the ICMP functions exist in icmp.dll In WinXP, they are still there, but they have also been duplicated into iphlpapi.dll
How would one go about adding them to iphlpapi? Does one just duplicate all the code in the second DLL, or is there a way to have some function implemented once & then exported by multiple DLLs? (I'm a Wine newbie...)
Actually that's not a Wine but a win32 concept about forwarding. For instance have a look how dlls/security forwards its entry points to secur32.dll.