view src/flacng/flac_compat113.h @ 3015:9e26c15e78b7

Overdoing the pointer voodoo that much is a strict-aliasing violation.
author Tony Vroon <chainsaw@gentoo.org>
date Wed, 08 Apr 2009 23:32:18 +0100
parents 2f742d127b3e
children
line wrap: on
line source

#ifndef FLAC_COMPAT113_H
#define FLAC_COMPAT113_H

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

#endif