mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-01-11 10:31:16 +00:00
12 lines
195 B
C++
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;
|
|
}
|