add pcm in core in windows build

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7685 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris
2008-02-18 22:46:02 +00:00
parent fdca3375fb
commit 39c6fb3b8b
2 changed files with 32 additions and 0 deletions

View File

@@ -33,6 +33,10 @@
#include <switch.h>
#include <g711.h>
#ifdef WIN32
#undef SWITCH_MOD_DECLARE_DATA
#define SWITCH_MOD_DECLARE_DATA __declspec(dllexport)
#endif
SWITCH_MODULE_LOAD_FUNCTION(mod_l16_load);
SWITCH_MODULE_DEFINITION(mod_l16, mod_l16_load, NULL, NULL);