[Freeswitch-svn] [commit] r11625 - freeswitch/trunk/src/mod/applications/mod_fax
FreeSWITCH SVN
mikej at freeswitch.org
Tue Feb 3 15:20:10 PST 2009
Author: mikej
Date: Tue Feb 3 17:20:10 2009
New Revision: 11625
Log:
remove hack
Modified:
freeswitch/trunk/src/mod/applications/mod_fax/mod_fax.c
Modified: freeswitch/trunk/src/mod/applications/mod_fax/mod_fax.c
==============================================================================
--- freeswitch/trunk/src/mod/applications/mod_fax/mod_fax.c (original)
+++ freeswitch/trunk/src/mod/applications/mod_fax/mod_fax.c Tue Feb 3 17:20:10 2009
@@ -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>
More information about the Freeswitch-svn
mailing list