Ignore:
Timestamp:
05/10/07 16:34:11 (17 years ago)
Author:
r2d
Message:

updated Windows/CMake build

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libmpc/trunk/mpccut/mpccut.c

    r318 r320  
    4141#include "../libmpcdec/huffman.h"
    4242#include "../libmpcdec/mpc_bits_reader.h"
     43
     44#ifdef _MSC_VER
     45#define atoll _atoi64
     46#endif
    4347
    4448static void copy_data(FILE * in_file, int in_file_pos, FILE * out_file, int data_size)
Note: See TracChangeset for help on using the changeset viewer.