remove hack

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11625 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2009-02-03 23:20:10 +00:00
parent 6cec4cf73c
commit d7a5a04aa5
1 changed files with 0 additions and 20 deletions

View File

@ -34,26 +34,6 @@
#include <switch.h>
#ifdef WIN32
__inline float rintf(float flt)
{
_asm
{ fld flt
frndint
}
}
__inline double rint(double dbl)
{
__asm
{
fld dbl
frndint
}
}
#endif
#define SPANDSP_EXPOSE_INTERNAL_STRUCTURES
#include <spandsp.h>
#include <spandsp/version.h>