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/kmk/kmkbuiltin/err.c

    r3065 r3188  
    3636#ifdef KBUILD_OS_WINDOWS
    3737/* This is a trick to speed up console output on windows. */
     38# include "console.h"
    3839# undef fwrite
    3940# define fwrite maybe_con_fwrite
    40 extern size_t maybe_con_fwrite(void const *, size_t, size_t, FILE *);
    4141#endif
    4242
Note: See TracChangeset for help on using the changeset viewer.