add inline macro for msvc for upcoming inline functions.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2481 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
657ca535ed
commit
1bfe008b7f
|
@ -75,6 +75,8 @@ BEGIN_EXTERN_C
|
|||
#endif
|
||||
#endif
|
||||
|
||||
#define inline __inline
|
||||
|
||||
#ifndef uint32_t
|
||||
typedef unsigned __int8 uint8_t;
|
||||
typedef unsigned __int16 uint16_t;
|
||||
|
|
Loading…
Reference in New Issue