[LIBSAMPLERATE]
authorAmine Khaldi <amine.khaldi@reactos.org>
Tue, 9 Sep 2014 18:25:18 +0000 (18:25 +0000)
committerAmine Khaldi <amine.khaldi@reactos.org>
Tue, 9 Sep 2014 18:25:18 +0000 (18:25 +0000)
* static __inline => extern __inline.
CORE-8516

svn path=/trunk/; revision=64095

reactos/lib/3rdparty/libsamplerate/float_cast.h

index 2aa688c..0dcceb3 100644 (file)
                return intgr ;
        }
 #else
-       static __inline long int
+       extern __inline long int
        lrint (double flt)
        {
                int intgr ;
                return intgr ;
        }
 
-       static __inline long int
+       extern __inline long int
        lrintf (float flt)
        {
                int intgr ;