Ignore:
Timestamp:
Sep 10, 2016, 12:54:17 AM (9 years ago)
Author:
bird
Message:

kmk_sed: windows console speedup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/sed/lib/utils.c

    r599 r2909  
    3737
    3838#include "utils.h"
     39
     40#ifdef KBUILD_OS_WINDOWS /* bird: Way faster console output! */
     41extern size_t maybe_con_fwrite(void const *, size_t, size_t, FILE *);
     42# define fwrite maybe_con_fwrite
     43#endif
    3944
    4045const char *myname;
Note: See TracChangeset for help on using the changeset viewer.