mirror of
https://github.com/reactos/reactos.git
synced 2024-11-07 07:00:19 +00:00
[LIBSAMPLERATE]
Fix redefinition of 'lrint' / 'lrintf'. svn path=/trunk/; revision=58582
This commit is contained in:
parent
3bbbee5d33
commit
8886eb989e
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