isle-portable/LEGO1/main.cpp
2025-05-13 14:38:48 +02:00

12 lines
196 B
C++

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