From 8886eb989eae5dca9b1ca1e8275d93ddb848c7ce Mon Sep 17 00:00:00 2001 From: Dmitry Gorbachev Date: Sat, 23 Mar 2013 05:10:18 +0000 Subject: [PATCH] [LIBSAMPLERATE] Fix redefinition of 'lrint' / 'lrintf'. svn path=/trunk/; revision=58582 --- reactos/lib/3rdparty/libsamplerate/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reactos/lib/3rdparty/libsamplerate/config.h b/reactos/lib/3rdparty/libsamplerate/config.h index 0a9f06c6984..8f7fd4f9689 100644 --- a/reactos/lib/3rdparty/libsamplerate/config.h +++ b/reactos/lib/3rdparty/libsamplerate/config.h @@ -96,10 +96,10 @@ /* #undef HAVE_LIBM */ /* Define if you have C99's lrint function. */ -/* #undef HAVE_LRINT */ +#define HAVE_LRINT 1 /* Define if you have C99's lrintf function. */ -/* #undef HAVE_LRINTF */ +#define HAVE_LRINTF 1 /* Define to 1 if you have the `malloc' function. */ #define HAVE_MALLOC 1