summaryrefslogtreecommitdiff
path: root/third_party/resample/src/libresample_dll.c
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2007-04-30 09:02:46 +0000
committerBenny Prijono <bennylp@teluu.com>2007-04-30 09:02:46 +0000
commit78caea1cc916243be0de0b50561451c3fe706bd5 (patch)
treedaee9561bc6deb504bac49a866bde404bc47f009 /third_party/resample/src/libresample_dll.c
parentdde89b25654a3d7d991f8435f9bedd7c8dbd3b2d (diff)
Added resample DLL project
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1232 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'third_party/resample/src/libresample_dll.c')
-rw-r--r--third_party/resample/src/libresample_dll.c12
1 files changed, 12 insertions, 0 deletions
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 <windows.h>
+
+BOOL APIENTRY DllMain( HANDLE hModule,
+ DWORD ul_reason_for_call,
+ LPVOID lpReserved
+ )
+{
+ return TRUE;
+}
+