[Freeswitch-svn] [commit] r8858 - freeswitch/trunk/src/mod/endpoints/mod_sofia
Freeswitch SVN
mikej at freeswitch.org
Fri Jun 27 12:36:10 EDT 2008
Author: mikej
Date: Fri Jun 27 12:36:09 2008
New Revision: 8858
Modified:
freeswitch/trunk/src/mod/endpoints/mod_sofia/mod_sofia.h
Log:
keep sofia from re-setting __func__
Modified: freeswitch/trunk/src/mod/endpoints/mod_sofia/mod_sofia.h
==============================================================================
--- freeswitch/trunk/src/mod/endpoints/mod_sofia/mod_sofia.h (original)
+++ freeswitch/trunk/src/mod/endpoints/mod_sofia/mod_sofia.h Fri Jun 27 12:36:09 2008
@@ -47,6 +47,11 @@
#endif
#define SOFIA_NAT_SESSION_TIMEOUT 20
#define SOFIA_MAX_ACL 100
+#ifdef _MSC_VER
+#define HAVE_FUNCTION 1
+#else
+#define HAVE_FUNC 1
+#endif
#define MODNAME "mod_sofia"
static const switch_state_handler_table_t noop_state_handler = { 0 };
More information about the Freeswitch-svn
mailing list