Ignore:
Timestamp:
Mar 24, 2018, 4:32:26 PM (7 years ago)
Author:
bird
Message:

kmk,lib,kWorker: Console output on windows cleanups.

File:
1 edited

Legend:

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

    r2909 r3188  
    3939
    4040#ifdef KBUILD_OS_WINDOWS /* bird: Way faster console output! */
    41 extern size_t maybe_con_fwrite(void const *, size_t, size_t, FILE *);
     41# include "console.h"
    4242# define fwrite maybe_con_fwrite
    4343#endif
Note: See TracChangeset for help on using the changeset viewer.