mirror of
https://github.com/isledecomp/isle-portable.git
synced 2025-09-07 19:38:41 -04:00
12 lines
204 B
C++
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;
|
|
}
|