2008-11-01 20:10:20 +00:00
|
|
|
#include <windows.h>
|
|
|
|
|
2012-10-13 01:47:50 +00:00
|
|
|
BOOL WINAPI DllMain(HINSTANCE hInst, ULONG ul_reason_for_call, LPVOID lpReserved)
|
2008-11-01 20:10:20 +00:00
|
|
|
{
|
2012-10-13 01:47:50 +00:00
|
|
|
return TRUE;
|
2008-11-01 20:10:20 +00:00
|
|
|
}
|