[Freeswitch-svn] [commit] r5861 - freeswitch/trunk/src

Freeswitch SVN anthm at freeswitch.org
Fri Oct 12 19:34:31 EDT 2007


Author: anthm
Date: Fri Oct 12 19:34:30 2007
New Revision: 5861

Modified:
   freeswitch/trunk/src/softtimer.c

Log:
add missing ifdef but we cant leave this here

Modified: freeswitch/trunk/src/softtimer.c
==============================================================================
--- freeswitch/trunk/src/softtimer.c	(original)
+++ freeswitch/trunk/src/softtimer.c	Fri Oct 12 19:34:30 2007
@@ -48,8 +48,10 @@
 	switch_mutex_t *mutex;
 } globals;
 
+#ifdef WIN32
 #undef SWITCH_MOD_DECLARE_DATA
 #define SWITCH_MOD_DECLARE_DATA __declspec(dllexport)
+#endif
 
 SWITCH_MODULE_LOAD_FUNCTION(softtimer_load);
 SWITCH_MODULE_SHUTDOWN_FUNCTION(softtimer_shutdown);



More information about the Freeswitch-svn mailing list