From: Michael Jerris Date: Fri, 23 Dec 2005 14:29:05 +0000 (+0000) Subject: cleanup? X-Git-Tag: v1.0-beta1~3517 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1e8b78dc6b50c5435c0dacf4bbbde9f590e373b8;p=thirdparty%2Ffreeswitch.git cleanup? git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@201 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/include/switch_utils.h b/src/include/switch_utils.h index 266c022575..6cd55afc3d 100644 --- a/src/include/switch_utils.h +++ b/src/include/switch_utils.h @@ -38,21 +38,6 @@ extern "C" { #include -//#ifdef WIN32 -//#include -//#include -//#define Public __declspec( dllexport ) -//#define PubImp __declspec( dllimport ) -//#else -//#define Public -//#define PubImp -//#include -//#include -//#endif - -//#define HAVE_TIMEVAL_STRUCT - - #ifndef snprintf #define snprintf apr_snprintf #endif