Add file include/share/compat.h and start moving CPP hackery into it.
commit59afe36f71c351c1268057bf6b3424f5261430bd
authorErik de Castro Lopo <erikd@mega-nerd.com>
Sat, 4 Feb 2012 05:13:37 +0000 (4 16:13 +1100)
committerErik de Castro Lopo <erikd@mega-nerd.com>
Sat, 4 Feb 2012 05:13:37 +0000 (4 16:13 +1100)
tree0b11668fac90ab3089dd34543af30e311e5526c9
parent494919106ab7f6142538550e8b8a15dc7131526c
Add file include/share/compat.h and start moving CPP hackery into it.
19 files changed:
examples/c/decode/file/main.c
examples/c/encode/file/main.c
include/share/compat.h [new file with mode: 0644]
src/flac/decode.c
src/flac/encode.c
src/flac/foreign_metadata.c
src/flac/iffscan.c
src/libFLAC/metadata_iterators.c
src/libFLAC/stream_encoder.c
src/metaflac/operations.c
src/metaflac/operations_shorthand_cuesheet.c
src/metaflac/operations_shorthand_streaminfo.c
src/share/grabbag/cuesheet.c
src/test_libFLAC/decoders.c
src/test_libFLAC/encoders.c
src/test_libFLAC/metadata_manip.c
src/test_libFLAC/metadata_object.c
src/test_libs_common/metadata_utils.c
src/test_seeking/main.c