Changeset 3675


Ignore:
Timestamp:
Jun 30, 2025, 3:27:20 PM (2 weeks ago)
Author:
bird
Message:

sed/utils.c: Optimize console output on windows.

File:
1 edited

Legend:

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

    r3613 r3675  
    2626#include <unistd.h>
    2727#include <limits.h>
     28#ifdef KBUILD_OS_WINDOWS
     29# include "console.h"
     30# define fwrite maybe_con_fwrite
     31#endif
    2832
    2933#include "binary-io.h"
Note: See TracChangeset for help on using the changeset viewer.