From 78caea1cc916243be0de0b50561451c3fe706bd5 Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Mon, 30 Apr 2007 09:02:46 +0000 Subject: Added resample DLL project git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1232 74dad513-b988-da41-8d7b-12977e46ad98 --- third_party/resample/src/libresample_dll.c | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 third_party/resample/src/libresample_dll.c (limited to 'third_party/resample/src/libresample_dll.c') diff --git a/third_party/resample/src/libresample_dll.c b/third_party/resample/src/libresample_dll.c new file mode 100644 index 00000000..28ab9ec4 --- /dev/null +++ b/third_party/resample/src/libresample_dll.c @@ -0,0 +1,12 @@ +// libresample_dll.cpp : Defines the entry point for the DLL application. +// +#include + +BOOL APIENTRY DllMain( HANDLE hModule, + DWORD ul_reason_for_call, + LPVOID lpReserved + ) +{ + return TRUE; +} + -- cgit v1.2.3