autodroolz

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3707 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale
2006-12-19 00:41:20 +00:00
parent 8de67dfeb6
commit 81452c2679
8 changed files with 18 additions and 37 deletions
+6 -2
View File
@@ -41,8 +41,12 @@ SWITCH_BEGIN_EXTERN_C
#endif
#include <stdio.h>
#ifndef __FUNCTION__
#define __FUNCTION__ (const char *)__AUTO_FUNCTION__
/* OMG */
#ifdef WIN32
#define __SWITCH_FUNC__ __FUNCTION__
#else
#define __SWITCH_FUNC__ (const char *)__func__
#endif
#ifdef _MSC_VER