add mod_event_multicast to msvc build. Fix some warnings.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@618 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris
2006-02-14 22:58:07 +00:00
parent ebfc333dc6
commit 8420b7e8fb
4 changed files with 15 additions and 3 deletions
+2
View File
@@ -119,5 +119,7 @@ void include_me(void)
{
apr_socket_shutdown(NULL, 0);
apr_socket_recvfrom(NULL, NULL, 0, NULL, NULL);
apr_mcast_join(NULL, NULL, NULL, NULL);
apr_socket_opt_set(NULL, 0, 0);
}
#endif