isle-portable/LEGO1/main.cpp

12 lines
204 B
C++

#ifdef MINIWIN
#include "miniwin/windows.h"
#else
#include <windows.h>
#endif
// FUNCTION: LEGO1 0x10091ee0
BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
{
return TRUE;
}