mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-24 13:12:03 +00:00
win32 mods.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@778 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -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()
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user