reactos/sdk/lib/3rdparty/libsamplerate/precomp.h

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