"Dimitrie O. Paun" dpaun@rogers.com writes:
I understand it would be preferable to do the forwarding at link time, but why it will not work if we do it at run time? Yes, our msvcrt will have 3-4 additional entry points, but will they break anything in real life? All Win32 binaries already refer to the other symbols, no?
Well, it means Winelib apps won't be compatible with native msvcrt anymore. That's a bit annoying since many people run with native msvcrt, and they would then need to add special configuration entries for the Winelib apps.