msvcrt: Make first call to fwrite bufferred

Piotr Caban piotr.caban at gmail.com
Mon Oct 21 08:46:23 CDT 2013


Please ignore this patch, it slows down fwrite on unbuffered FILE's.

On 10/21/13 15:43, Piotr Caban wrote:
> Without this patch fwrite allocates the buffer on first call and doesn't
> use it.
> ---
>   dlls/msvcrt/file.c | 125
> +++++++++++++++++++++++------------------------------
>   1 file changed, 54 insertions(+), 71 deletions(-)
>
>
>
>
>




More information about the wine-devel mailing list