[RFC] msvcrt: defines break C++ code

Alexandre Julliard julliard at winehq.com
Thu Jan 9 19:38:28 CST 2003


Francois Gouget <fgouget at 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.

-- 
Alexandre Julliard
julliard at winehq.com



More information about the wine-devel mailing list