Changeset 3188 for trunk/src/sed


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

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

Location:
trunk/src/sed
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/sed/config.h.win

    r1105 r3188  
    373373
    374374/* Define to `int' if <sys/types.h> does not define. */
    375 #define ssize_t int /* does 14.0 have this? */
     375#define ssize_t intptr_t /* does 14.0 have this? */
    376376
    377377/* Additional defines and includes to make it work with the microsoft compiler */
  • 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.