From 5d35e2e644315b31cf8fb43051dcd80a6d5d8416 Mon Sep 17 00:00:00 2001 From: Dmitry Gorbachev Date: Sat, 23 Mar 2013 05:37:05 +0000 Subject: [PATCH] [LIBSAMPLERATE] Revert r58582, fix MSVC build. svn path=/trunk/; revision=58584 --- 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 8f7fd4f9689..0a9f06c6984 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. */ -#define HAVE_LRINT 1 +/* #undef HAVE_LRINT */ /* Define if you have C99's lrintf function. */ -#define HAVE_LRINTF 1 +/* #undef HAVE_LRINTF */ /* Define to 1 if you have the `malloc' function. */ #define HAVE_MALLOC 1 -- 2.17.1