Ignore:
Timestamp:
Oct 11, 2017, 7:55:09 PM (8 years ago)
Author:
bird
Message:

cmp.c,cmp_utils.c: 64-bit I/O on windows, please.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk/kmkbuiltin/cmp_util.c

    r2591 r3092  
    3636        The Regents of the University of California.  All rights reserved.\n");*/
    3737
     38#ifdef _MSC_VER
     39# define MSC_DO_64_BIT_IO
     40#endif
    3841#include "config.h"
    3942#include <sys/types.h>
     
    5558# endif
    5659#else
    57 # define MSC_DO_64_BIT_IO
    5860# include "mscfakes.h"
    5961#endif
Note: See TracChangeset for help on using the changeset viewer.