summaryrefslogtreecommitdiff
path: root/third_party/resample/src/libresample_dll.c
blob: 28ab9ec4dd795318b32b05c5aec3200da83e5a5d (plain)
1
2
3
4
5
6
7
8
9
10
11
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;
}