fix loading on windows

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5858 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris
2007-10-12 22:54:18 +00:00
parent df7d03a971
commit 12eb8c5a87
3 changed files with 15 additions and 2 deletions
+3
View File
@@ -48,6 +48,9 @@ static struct {
switch_mutex_t *mutex;
} globals;
#undef SWITCH_MOD_DECLARE_DATA
#define SWITCH_MOD_DECLARE_DATA __declspec(dllexport)
SWITCH_MODULE_LOAD_FUNCTION(softtimer_load);
SWITCH_MODULE_SHUTDOWN_FUNCTION(softtimer_shutdown);
SWITCH_MODULE_RUNTIME_FUNCTION(softtimer_runtime);