win32 mods.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@778 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris
2006-03-07 06:18:46 +00:00
parent c299083587
commit 6bbe672f07
2 changed files with 197 additions and 0 deletions
+4
View File
@@ -47,6 +47,10 @@
static int power2[15] = {1, 2, 4, 8, 0x10, 0x20, 0x40, 0x80,
0x100, 0x200, 0x400, 0x800, 0x1000, 0x2000, 0x4000};
#ifndef abs
#define abs(n) ((n)<0 ? -(n) : (n))
#endif
/*
* quan()
*