PATCH: tools/winegcc/utils.c -- casts

Dimitrie O. Paun dpaun at rogers.com
Mon Nov 3 07:26:51 CST 2003


On November 3, 2003 08:01 am, Ferenc Wagner wrote:

> This will be a windows application after all...  Running on
> native Windows.  We can not use Unixism, or can we?  By the

Yes, but it can be a Winelib app as well. Theoretically we
should use only stuff that is portable between libc and msvcrt.

> way, why does the scanf test work?  Because msvcrt is linked
> before libc?  What decides which sscanf will be called?

Yes, I think it is linked before libc. Try not linking against
msvcrt, see what happens.

-- 
Dimi.




More information about the wine-devel mailing list