Danbias/Code/Game/GameClient/DLLMain.cpp

7 lines
153 B
C++
Raw Normal View History

#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 )
{
return TRUE;
}