msvcrt: scanf fix a typo

Alexandre Julliard julliard at winehq.org
Sun Sep 21 06:46:51 CDT 2008


Michael Karcher <wine at mkarcher.dialup.fu-berlin.de> writes:

> Am Sonntag, den 21.09.2008, 13:07 +0200 schrieb Alexandre Julliard:
>> If performance is an issue you most likely don't want to use msvcrt at
>> all, native Unix libc will always be faster. And knowing MS, they are
>> capable of adding an exception handler in memcpy someday...
>
> I was thinking about our dll implementations. crtdll and msvcrtd both
> link to msvcrt. Looking at the implementations of these DLLs, it seems
> you are right. No need to not compile them with -fno-builtin.

That's not at all what I said. Any module that uses msvcrt headers needs
to use -fno-builtin.

> On the other hand, regedit, taskmgr, xcopy, wordpad and notepad are
> linked to msvcrt. Should that be changed?

No, they are just fine the way they are, and it provides some nice
testing for our msvcrt.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list