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(-)