reactos/lib/3rdparty/libsamplerate/precomp.h
Hermès Bélusca-Maïto 49ab546ac3 Sync up with trunk r61578.
svn path=/branches/ntvdm/; revision=61579
2014-01-11 00:00:10 +00:00

11 lines
196 B
C

#ifndef _LIBSAMPLERATE_PCH_
#define _LIBSAMPLERATE_PCH_
#include <stdlib.h>
#include <string.h>
#include "config.h"
#include "float_cast.h"
#include "common.h"
#endif /* _LIBSAMPLERATE_PCH_ */