2013-12-04 11:32:43 +01:00
|
|
|
#define NOMINMAX
|
2013-12-03 12:07:37 +01:00
|
|
|
#include <windows.h>
|
|
|
|
|
|
|
|
BOOL WINAPI DllMain( _In_ HINSTANCE hinstDLL, _In_ DWORD fdwReason, _In_ LPVOID lpvReserved )
|
|
|
|
{
|
2013-12-04 11:32:43 +01:00
|
|
|
//MessageBox(0, L"DanBiasGame Loaded", 0, 0);
|
2013-12-03 12:07:37 +01:00
|
|
|
return TRUE;
|
|
|
|
}
|