1
0
Fork 0
mirror of https://github.com/isledecomp/isle.git synced 2025-05-06 10:50:53 -04:00
isle/LEGO1/dllmain.cpp
2023-05-05 02:54:17 -07:00

6 lines
118 B
C++

#include <Windows.h>
BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
{
return TRUE;
}