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

    r3156 r3188  
    4343# endif
    4444#endif /* WINDOWS32 */
     45#ifdef KBUILD_OS_WINDOWS
     46# include "console.h"
     47#endif
    4548
    4649struct output *output_context = NULL;
     
    6669#ifdef KBUILD_OS_WINDOWS
    6770      /** @todo check if fputs is also subject to char-by-char stupidity */
    68       extern size_t maybe_con_fwrite(void const *, size_t, size_t, FILE *);
    6971      maybe_con_fwrite(msg, strlen(msg), 1, f);
    7072#else
Note: See TracChangeset for help on using the changeset viewer.