isle-portable/LEGO1/main.cpp
2025-05-12 23:10:53 +02:00

12 lines
195 B
C++

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