dect
/
asterisk
Archived
13
0
Fork 0

provide INT16_MIN and INT16_MAX for platforms where they are not defined.

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@48959 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
rizzo 2006-12-25 06:42:15 +00:00
parent 1b4ffa5248
commit 5b422bc30d
1 changed files with 7 additions and 0 deletions

View File

@ -46,6 +46,13 @@ enum
G722_PACKED = 0x0002
};
#ifndef INT16_MAX
#define INT16_MAX 32767
#endif
#ifndef INT16_MIN
#define INT16_MIN (-32768)
#endif
typedef struct
{
/*! TRUE if the operating in the special ITU test mode, with the band split filters