Danbias/Code/Game/DanBiasGame/DLLMain.cpp

7 lines
153 B
C++

#define NOMINMAX
#include <windows.h>
BOOL WINAPI DllMain( _In_ HINSTANCE hinstDLL, _In_ DWORD fdwReason, _In_ LPVOID lpvReserved )
{
return TRUE;
}