Francois Gouget fgouget@free.fr writes:
The strange thing is that the MSVC headers simply define their prototype, e.g.:
_CRTIMP int __cdecl umask(int);
Yet these APIs are not exported by the msvcrt library or by any other dll that I know of. And still applications compile and link!
I think you have to link with oldnames.lib for that. We probably have to provide an oldnames.lib too.