view src/flacng/flac_compat114.h @ 3075:eed75824b3f7

Return bytes in the range 0x80-0xff as positive; negative values indicate an error (fixes bug #27).
author John Lindgren <john.lindgren@tds.net>
date Sun, 26 Apr 2009 14:13:01 -0400
parents 2f742d127b3e
children
line wrap: on
line source

#ifndef FLAC_COMPAT114_H
#define FLAC_COMPAT114_H

#if defined(FLAC_API_VERSION_CURRENT) && FLAC_API_VERSION_CURRENT == 8
#endif

#endif