mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 08:24:16 +00:00
reorganized repo, implemented mxcore
This commit is contained in:
6
LEGO1/dllmain.cpp
Normal file
6
LEGO1/dllmain.cpp
Normal file
@@ -0,0 +1,6 @@
|
||||
#include <Windows.h>
|
||||
|
||||
BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
|
||||
{
|
||||
return TRUE;
|
||||
}
|
Reference in New Issue
Block a user