git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@201 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2005-12-23 14:29:05 +00:00
parent 380bb59f00
commit 1e8b78dc6b

View File

@ -38,21 +38,6 @@ extern "C" {
#include <switch.h>
//#ifdef WIN32
//#include <winsock2.h>
//#include <time.h>
//#define Public __declspec( dllexport )
//#define PubImp __declspec( dllimport )
//#else
//#define Public
//#define PubImp
//#include <sys/time.h>
//#include <unistd.h>
//#endif
//#define HAVE_TIMEVAL_STRUCT
#ifndef snprintf
#define snprintf apr_snprintf
#endif