Ignore:
Timestamp:
08/12/06 16:21:35 (18 years ago)
Author:
zorg
Message:

Update to 1.2 (work in progress)

Location:
trunk/include/mpcdec
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/include/mpcdec/huffman.h

    r1 r3  
    3636/// Data structures and functions for huffman coding.
    3737
    38 #ifndef _musepack_huffman_h_
    39 #define _musepack_huffman_h_
     38#ifndef _mpcdec_huffman_h_
     39#define _mpcdec_huffman_h_
    4040
    41 #include "musepack/config_types.h"
    42 #include "musepack/decoder.h"
     41#ifndef WIN32
     42#include "mpcdec/config_types.h"
     43#else
     44#include "mpcdec/config_win32.h"
     45#endif
     46
     47#include "decoder.h"
    4348
    4449struct mpc_decoder_t; // forward declare to break circular dependencies
     
    7378void mpc_decoder_init_huffman_sv7_tables(struct mpc_decoder_t *d);
    7479
    75 #endif // _musepack_huffman_h_
     80#endif // _mpcdec_huffman_h_
Note: See TracChangeset for help on using the changeset viewer.