Changeset 320 for libmpc/trunk/mpccut/mpccut.c
- Timestamp:
- 05/10/07 16:34:11 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libmpc/trunk/mpccut/mpccut.c
r318 r320 41 41 #include "../libmpcdec/huffman.h" 42 42 #include "../libmpcdec/mpc_bits_reader.h" 43 44 #ifdef _MSC_VER 45 #define atoll _atoi64 46 #endif 43 47 44 48 static 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.