[Freeswitch-svn] [commit] r3731 - freeswitch/trunk/src/include

Freeswitch SVN mikej at freeswitch.org
Tue Dec 19 14:41:07 EST 2006


Author: mikej
Date: Tue Dec 19 14:41:07 2006
New Revision: 3731

Modified:
   freeswitch/trunk/src/include/switch_platform.h

Log:
tweak ifdef for _MSC_VER instead of WIN32

Modified: freeswitch/trunk/src/include/switch_platform.h
==============================================================================
--- freeswitch/trunk/src/include/switch_platform.h	(original)
+++ freeswitch/trunk/src/include/switch_platform.h	Tue Dec 19 14:41:07 2006
@@ -42,8 +42,7 @@
 
 #include <stdio.h>
 
-/* OMG */
-#ifdef WIN32
+#ifdef _MSC_VER
 #define __SWITCH_FUNC__ __FUNCTION__
 #else
 #define __SWITCH_FUNC__ (const char *)__func__



More information about the Freeswitch-svn mailing list