reactos/lib/3rdparty/libsamplerate/precomp.h
Amine Khaldi 527f2f9057 [SHELL/EXPERIMENTS]
* Create a branch for some evul shell experiments.

svn path=/branches/shell-experiments/; revision=61927
2014-02-02 19:37:27 +00:00

12 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_ */