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:
Michael Jerris 2006-09-02 18:33:29 +00:00
parent 657ca535ed
commit 1bfe008b7f
1 changed files with 2 additions and 0 deletions

View File

@ -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;