Ignore:
Timestamp:
03/29/08 20:56:55 (16 years ago)
Author:
r2d
Message:
  • added CMakeLists.txt for mpcchap (untested)
  • corrected mpcenc CMakeLists
  • correction for tags.c windows build
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libmpc/trunk/common/tags.c

    r384 r385  
    2525#include <stdio.h>
    2626#include <mpc/mpc_types.h>
     27
     28#ifdef _WIN32
     29# include <windows.h>
     30#endif
    2731
    2832// Path separator
     
    827831 * Writes collect tag items and write it to a file.
    828832 * Items are destroyed, so tags can only be written once.
    829  * @param fp 
     833 * @param fp
    830834 * @param Version
    831835 * @param flags options for writing header / footer :
     
    833837 *              2 : do not write footer
    834838 *              4 : do not write "APETAGEX"
    835  * @return 
     839 * @return
    836840 */
    837841int
     
    846850    if ( TagCount == 0 )
    847851        return 0;
    848        
     852
    849853        if (flags & TAG_NO_PREAMBLE) {
    850854                estimatedbytes -= 8;
Note: See TracChangeset for help on using the changeset viewer.