1
0
Fork 0
mirror of https://github.com/isledecomp/isle.git synced 2025-05-17 00:05:55 -04:00
isle/LEGO1/dllmain.cpp

7 lines
118 B
C++
Raw Normal View History

2023-05-05 02:54:17 -07:00
#include <Windows.h>
BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
{
return TRUE;
}