mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 12:42:02 +00:00
autodroolz
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3707 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user