www.pudn.com > pCom.rar > TestDll.cpp
// TestDll.cpp : 定义 DLL 应用程序的入口点。
//
#include "stdafx.h"
BOOL APIENTRY DllMain( HANDLE hModule,
DWORD ul_reason_for_call,
LPVOID lpReserved
)
{
return TRUE;
}