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/printf.c

    r3145 r3188  
    7878#ifdef KBUILD_OS_WINDOWS
    7979/* This is a trick to speed up console output on windows. */
     80# include "console.h"
    8081# undef fwrite
    8182# define fwrite maybe_con_fwrite
    82 extern size_t maybe_con_fwrite(void const *, size_t, size_t, FILE *);
    8383#endif
    8484
Note: See TracChangeset for help on using the changeset viewer.