summaryrefslogtreecommitdiff
path: root/third_party/resample/src/libresample_dll.c
diff options
context:
space:
mode:
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;
+}
+