fix sun studio build

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6241 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2007-11-13 20:06:22 +00:00
parent 0f6a6c31a3
commit 797d7c5701

View File

@ -79,10 +79,18 @@ extern "C" {
#include <stdio.h>
#include <stdlib.h>
#if defined(__SUNPRO_C) || defined(__SUNPRO_CC)
#ifndef __inline__
#define __inline__ inline
#endif
#endif
#ifdef _MSC_VER
#ifndef __inline__
#define __inline__ __inline
#endif
typedef unsigned __int64 uint64_t;
typedef unsigned __int32 uint32_t;
typedef unsigned __int16 uint16_t;