mirror of
https://github.com/reactos/reactos.git
synced 2025-01-04 21:38:43 +00:00
[LIBSAMPLERATE]
Fix build svn path=/trunk/; revision=67724
This commit is contained in:
parent
12ac6dabfb
commit
8bfb541424
1 changed files with 2 additions and 2 deletions
4
reactos/lib/3rdparty/libsamplerate/config.h
vendored
4
reactos/lib/3rdparty/libsamplerate/config.h
vendored
|
@ -96,10 +96,10 @@
|
||||||
/* #undef HAVE_LIBM */
|
/* #undef HAVE_LIBM */
|
||||||
|
|
||||||
/* Define if you have C99's lrint function. */
|
/* Define if you have C99's lrint function. */
|
||||||
/* #undef HAVE_LRINT */
|
#define HAVE_LRINT 1
|
||||||
|
|
||||||
/* Define if you have C99's lrintf function. */
|
/* 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 to 1 if you have the `malloc' function. */
|
||||||
#define HAVE_MALLOC 1
|
#define HAVE_MALLOC 1
|
||||||
|
|
Loading…
Reference in a new issue