Add file include/share/compat.h and start moving CPP hackery into it.

This commit is contained in:
Erik de Castro Lopo
2012-02-04 16:13:37 +11:00
parent 494919106a
commit 59afe36f71
19 changed files with 85 additions and 128 deletions

View File

@@ -20,9 +20,6 @@
# include <config.h>
#endif
#if HAVE_INTTYPES_H
#include <inttypes.h>
#endif
#include <signal.h>
#include <stdio.h>
#include <stdlib.h>
@@ -36,6 +33,7 @@
#include "FLAC/assert.h"
#include "FLAC/metadata.h"
#include "FLAC/stream_decoder.h"
#include "share/compat.h"
typedef struct {
FLAC__int32 **pcm;